Uses of Class
net.bytebuddy.implementation.bytecode.collection.ArrayFactory
Packages that use ArrayFactory
Package
Description
This package is dedicated to creating
StackManipulation
s
that create collections or arrays from a given number of values.-
Uses of ArrayFactory in net.bytebuddy.implementation.bytecode.collection
Methods in net.bytebuddy.implementation.bytecode.collection that return ArrayFactoryModifier and TypeMethodDescriptionstatic ArrayFactory
ArrayFactory.forType
(TypeDescription.Generic componentType) Creates a new array factory for a given component type.