Uses of Interface
net.bytebuddy.implementation.InvocationHandlerAdapter.AssignerConfigurable
-
Packages that use InvocationHandlerAdapter.AssignerConfigurable Package Description net.bytebuddy.implementation 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.implementation Modifier and Type Interface Description static interfaceInvocationHandlerAdapter.WithoutPrivilegeConfigurationAllows the configuration of privileged lookup for the resolution ofMethodconstants that are provided to the invocation handler.Classes in net.bytebuddy.implementation that implement InvocationHandlerAdapter.AssignerConfigurable Modifier and Type Class Description protected static classInvocationHandlerAdapter.ForFieldAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in an instance field.protected static classInvocationHandlerAdapter.ForInstanceAn implementation of anInvocationHandlerAdapterthat delegates method invocations to an adapter that is stored in a static field.Methods in net.bytebuddy.implementation that return InvocationHandlerAdapter.AssignerConfigurable Modifier and Type Method Description InvocationHandlerAdapter.AssignerConfigurableInvocationHandlerAdapter.ForField. withPrivilegedLookup()InvocationHandlerAdapter.AssignerConfigurableInvocationHandlerAdapter.ForInstance. withPrivilegedLookup()InvocationHandlerAdapter.AssignerConfigurableInvocationHandlerAdapter.WithoutPrivilegeConfiguration. withPrivilegedLookup()Configures that the method constants supplied to the invocation handler adapter are resolved using anjava.security.AccessController.abstract InvocationHandlerAdapter.AssignerConfigurableInvocationHandlerAdapter. withPrivilegedLookup()Configures that the method constants supplied to the invocation handler adapter are resolved using anjava.security.AccessController.
-