Uses of Enum
net.bytebuddy.implementation.bytecode.assign.Assigner.EqualTypesOnly
Packages that use Assigner.EqualTypesOnly
Package
Description
An
Assigner is responsible for transforming
a given TypeDescription into another one.-
Uses of Assigner.EqualTypesOnly in net.bytebuddy.implementation.bytecode.assign
Subclasses with type arguments of type Assigner.EqualTypesOnly in net.bytebuddy.implementation.bytecode.assignModifier and TypeClassDescriptionstatic enumAn assigner that only allows to assign types if they are equal to another.Methods in net.bytebuddy.implementation.bytecode.assign that return Assigner.EqualTypesOnlyModifier and TypeMethodDescriptionstatic Assigner.EqualTypesOnlyReturns the enum constant of this type with the specified name.static Assigner.EqualTypesOnly[]Assigner.EqualTypesOnly.values()Returns an array containing the constants of this enum type, in the order they are declared.