Uses of Interface
net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCache
-
Packages that use MethodConstant.CanCache Package Description net.bytebuddy.implementation.bytecode.constant StackManipulations in this package are responsible for creating compile-time constants and pushing them onto the operand stack. -
-
Uses of MethodConstant.CanCache in net.bytebuddy.implementation.bytecode.constant
Classes in net.bytebuddy.implementation.bytecode.constant that implement MethodConstant.CanCache Modifier and Type Class Description protected static classMethodConstant.CanCacheIllegalRepresents a method constant that cannot be represented by Java's reflection API.protected static classMethodConstant.ForConstructorCreates aMethodConstantfor loading aConstructorinstance onto the operand stack.protected static classMethodConstant.ForMethodCreates aMethodConstantfor loading aMethodinstance onto the operand stack.protected static classMethodConstant.PrivilegedLookupPerforms a privileged lookup of a method constant by using anAccessController.Methods in net.bytebuddy.implementation.bytecode.constant that return MethodConstant.CanCache Modifier and Type Method Description static MethodConstant.CanCacheMethodConstant. of(MethodDescription.InDefinedShape methodDescription)Creates a stack manipulation that loads a method constant onto the operand stack.static MethodConstant.CanCacheMethodConstant. ofPrivileged(MethodDescription.InDefinedShape methodDescription)Creates a stack manipulation that loads a method constant onto the operand stack using anAccessController.protected MethodConstant.CanCacheMethodConstant. privileged()Returns a method constant that uses anAccessControllerto look up this constant.
-