Uses of Interface
net.bytebuddy.implementation.bytecode.collection.ArrayFactory.ArrayCreator
Packages that use ArrayFactory.ArrayCreator
Package
Description
This package is dedicated to creating
StackManipulations
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 enumAn array creator implementation for primitive types.static classAn array creator implementation for reference types.Constructors in net.bytebuddy.implementation.bytecode.collection with parameters of type ArrayFactory.ArrayCreatorModifierConstructorDescriptionprotectedArrayFactory(TypeDescription.Generic componentType, ArrayFactory.ArrayCreator arrayCreator) Creates a new array factory with a givenArrayFactory.ArrayCreatorwithout inferring the type from the component type.