Uses of Enum
net.bytebuddy.asm.TypeConstantAdjustment
Packages that use TypeConstantAdjustment
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of TypeConstantAdjustment in net.bytebuddy.asm
Subclasses with type arguments of type TypeConstantAdjustment in net.bytebuddy.asmModifier and TypeClassDescriptionenumThis class visitor wrapper ensures that class files of a version previous to Java 5 do not store class entries in the generated class's constant pool.Methods in net.bytebuddy.asm that return TypeConstantAdjustmentModifier and TypeMethodDescriptionstatic TypeConstantAdjustmentReturns the enum constant of this type with the specified name.static TypeConstantAdjustment[]TypeConstantAdjustment.values()Returns an array containing the constants of this enum type, in the order they are declared.