Uses of Enum
net.bytebuddy.implementation.bytecode.assign.reference.ReferenceTypeAwareAssigner
Packages that use ReferenceTypeAwareAssigner
Package
Description
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
Subclasses with type arguments of type ReferenceTypeAwareAssigner in net.bytebuddy.implementation.bytecode.assign.referenceModifier and TypeClassDescriptionenumA simple assigner that is capable of handling the casting of reference types.Methods in net.bytebuddy.implementation.bytecode.assign.reference that return ReferenceTypeAwareAssignerModifier and TypeMethodDescriptionstatic ReferenceTypeAwareAssignerReturns 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.