Uses of Interface
net.bytebuddy.implementation.bytecode.collection.CollectionFactory
Packages that use CollectionFactory
Package
Description
This package is dedicated to creating
StackManipulation
s
that create collections or arrays from a given number of values.-
Uses of CollectionFactory in net.bytebuddy.implementation.bytecode.collection
Classes in net.bytebuddy.implementation.bytecode.collection that implement CollectionFactoryModifier and TypeClassDescriptionclass
ACollectionFactory
that is capable of creating an array of a given type with any number of given values.