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 interfaceAllows the configuration of privileged lookup for the resolution ofMethodconstants that are provided to the invocation handler.Classes in net.bytebuddy.implementation that implement InvocationHandlerAdapter.AssignerConfigurableModifier and TypeClassDescriptionprotected static classAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in an instance field.protected static classAn implementation of anInvocationHandlerAdapterthat 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.