Uses of Class
net.bytebuddy.implementation.bytecode.assign.reference.ReferenceTypeAwareAssigner
-
Packages that use ReferenceTypeAwareAssigner Package Description net.bytebuddy.implementation.bytecode.assign.reference Assigner
implementations of this package are capable of assigning non-primitive types to each other. -
-
Uses of ReferenceTypeAwareAssigner in net.bytebuddy.implementation.bytecode.assign.reference
Methods in net.bytebuddy.implementation.bytecode.assign.reference that return ReferenceTypeAwareAssigner Modifier and Type Method Description static ReferenceTypeAwareAssigner
ReferenceTypeAwareAssigner. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReferenceTypeAwareAssigner[]
ReferenceTypeAwareAssigner. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-