Uses of Interface
net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCache
Packages that use MethodConstant.CanCache
Package
Description
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.CanCacheModifier and TypeClassDescriptionprotected static enumRepresents a method constant that cannot be represented by Java's reflection API.protected static classCreates aMethodConstantfor loading aConstructorinstance onto the operand stack.protected static classCreates aMethodConstantfor loading aMethodinstance onto the operand stack.protected static classPerforms a privileged lookup of a method constant by using anjava.security.AccessController.Methods in net.bytebuddy.implementation.bytecode.constant that return MethodConstant.CanCacheModifier and TypeMethodDescriptionstatic 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 anjava.security.AccessController.protected MethodConstant.CanCacheMethodConstant.withPrivilegedLookup()Returns a method constant that uses anjava.security.AccessControllerto look up this constant.