Uses of Class
net.bytebuddy.implementation.bytecode.assign.Assigner.Refusing
-
Packages that use Assigner.Refusing Package Description net.bytebuddy.implementation.bytecode.assign AnAssigner
is responsible for transforming a givenTypeDescription
into another one. -
-
Uses of Assigner.Refusing in net.bytebuddy.implementation.bytecode.assign
Methods in net.bytebuddy.implementation.bytecode.assign that return Assigner.Refusing Modifier and Type Method Description static Assigner.Refusing
Assigner.Refusing. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Assigner.Refusing[]
Assigner.Refusing. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-