Package net.bytebuddy.implementation
Interface InvocationHandlerAdapter.WithoutPrivilegeConfiguration
-
- All Superinterfaces:
Implementation
,InstrumentedType.Prepareable
,InvocationHandlerAdapter.AssignerConfigurable
- All Known Implementing Classes:
InvocationHandlerAdapter.ForField
,InvocationHandlerAdapter.ForInstance
- Enclosing class:
- InvocationHandlerAdapter
public static interface InvocationHandlerAdapter.WithoutPrivilegeConfiguration extends InvocationHandlerAdapter.AssignerConfigurable
Allows the configuration of privileged lookup for the resolution ofMethod
constants that are provided to the invocation handler.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.implementation.Implementation
Implementation.Composable, Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.Target
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationHandlerAdapter.AssignerConfigurable
withPrivilegedLookup()
Configures that the method constants supplied to the invocation handler adapter are resolved using anAccessController
.-
Methods inherited from interface net.bytebuddy.implementation.Implementation
appender
-
Methods inherited from interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable
prepare
-
Methods inherited from interface net.bytebuddy.implementation.InvocationHandlerAdapter.AssignerConfigurable
withAssigner
-
-
-
-
Method Detail
-
withPrivilegedLookup
InvocationHandlerAdapter.AssignerConfigurable withPrivilegedLookup()
Configures that the method constants supplied to the invocation handler adapter are resolved using anAccessController
.- Returns:
- This instrumentation with a privileged lookup configured.
-
-