Uses of Interface
net.bytebuddy.implementation.InvocationHandlerAdapter.AssignerConfigurable
Packages that use InvocationHandlerAdapter.AssignerConfigurable
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of InvocationHandlerAdapter.AssignerConfigurable in net.bytebuddy.implementation
Subinterfaces of InvocationHandlerAdapter.AssignerConfigurable in net.bytebuddy.implementationModifier and TypeInterfaceDescriptionstatic interface
Allows the configuration of privileged lookup for the resolution ofMethod
constants that are provided to the invocation handler.Classes in net.bytebuddy.implementation that implement InvocationHandlerAdapter.AssignerConfigurableModifier and TypeClassDescriptionprotected static class
An implementation of anInvocationHandlerAdapter
that delegates method invocations to an adapter that is stored in an instance field.protected static class
An implementation of anInvocationHandlerAdapter
that delegates method invocations to an adapter that is stored in a static field.Methods in net.bytebuddy.implementation that return InvocationHandlerAdapter.AssignerConfigurableModifier and TypeMethodDescriptionInvocationHandlerAdapter.ForField.withPrivilegedLookup()
InvocationHandlerAdapter.ForInstance.withPrivilegedLookup()
InvocationHandlerAdapter.WithoutPrivilegeConfiguration.withPrivilegedLookup()
Configures that the method constants supplied to the invocation handler adapter are resolved using anjava.security.AccessController
.InvocationHandlerAdapter.withPrivilegedLookup()
Configures that the method constants supplied to the invocation handler adapter are resolved using anjava.security.AccessController
.