Uses of Interface
net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator
Packages that use ArrayFactory.ArrayCreator
Package
Description
This package is dedicated to creating
StackManipulation
s
that create collections or arrays from a given number of values.-
Uses of ArrayFactory.ArrayCreator in net.bytebuddy.implementation.bytecode.collection
Classes in net.bytebuddy.implementation.bytecode.collection that implement ArrayFactory.ArrayCreatorModifier and TypeClassDescriptionstatic enum
An array creator implementation for primitive types.static class
An array creator implementation for reference types.Fields in net.bytebuddy.implementation.bytecode.collection declared as ArrayFactory.ArrayCreatorModifier and TypeFieldDescriptionprivate final ArrayFactory.ArrayCreator
ArrayFactory.arrayCreator
The array creator delegate that supplies suitable opcodes for the creation of an array and the storage of values inside it.Methods in net.bytebuddy.implementation.bytecode.collection that return ArrayFactory.ArrayCreatorModifier and TypeMethodDescriptionprivate static ArrayFactory.ArrayCreator
ArrayFactory.makeArrayCreatorFor
(TypeDefinition componentType) Creates a suitable array creator for the given component type.Constructors in net.bytebuddy.implementation.bytecode.collection with parameters of type ArrayFactory.ArrayCreatorModifierConstructorDescriptionprotected
ArrayFactory
(TypeDescription.Generic componentType, ArrayFactory.ArrayCreator arrayCreator) Creates a new array factory with a givenArrayFactory.ArrayCreator
without inferring the type from the component type.