Uses of Enum
net.bytebuddy.implementation.bytecode.assign.Assigner.Refusing
Packages that use Assigner.Refusing
Package
Description
An
Assigner is responsible for transforming
a given TypeDescription into another one.-
Uses of Assigner.Refusing in net.bytebuddy.implementation.bytecode.assign
Subclasses with type arguments of type Assigner.Refusing in net.bytebuddy.implementation.bytecode.assignModifier and TypeClassDescriptionstatic enumAn assigner that does not allow any assignments.Methods in net.bytebuddy.implementation.bytecode.assign that return Assigner.RefusingModifier and TypeMethodDescriptionstatic Assigner.RefusingReturns 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.