Uses of Interface
net.bytebuddy.implementation.bytecode.constant.MethodConstant.CanCache
Packages that use MethodConstant.CanCache
Package
Description
StackManipulation
s 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 enum
Represents a method constant that cannot be represented by Java's reflection API.protected static class
Creates aMethodConstant
for loading aConstructor
instance onto the operand stack.protected static class
Creates aMethodConstant
for loading aMethod
instance onto the operand stack.protected static class
Performs 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.CanCache
MethodConstant.of
(MethodDescription.InDefinedShape methodDescription) Creates a stack manipulation that loads a method constant onto the operand stack.static MethodConstant.CanCache
MethodConstant.ofPrivileged
(MethodDescription.InDefinedShape methodDescription) Creates a stack manipulation that loads a method constant onto the operand stack using anjava.security.AccessController
.protected MethodConstant.CanCache
MethodConstant.withPrivilegedLookup()
Returns a method constant that uses anjava.security.AccessController
to look up this constant.