Uses of Class
org.springframework.asm.Handle
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
Spring's repackaging of the
CGLIB transform package
(for internal use only).
-
Uses of Handle in org.springframework.asm
Modifier and TypeMethodDescriptionConstantDynamic.getBootstrapMethod()
Returns the bootstrap method used to compute the value of this constant.Modifier and TypeMethodDescriptionint
ClassWriter.newConstantDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds a dynamic constant reference to the constant pool of the class being build.int
ClassWriter.newInvokeDynamic
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Adds an invokedynamic reference to the constant pool of the class being build.void
MethodVisitor.visitInvokeDynamicInsn
(String name, String descriptor, Handle bootstrapMethodHandle, Object... bootstrapMethodArguments) Visits an invokedynamic instruction.ModifierConstructorDescriptionConstantDynamic
(String name, String descriptor, Handle bootstrapMethod, Object... bootstrapMethodArguments) Constructs a newConstantDynamic
. -
Uses of Handle in org.springframework.cglib.transform
Modifier and TypeMethodDescriptionvoid
MethodVisitorTee.visitInvokeDynamicInsn
(String name, String desc, Handle bsm, Object... bsmArgs)