| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | InvocationHandlerAdapter.WithoutPrivilegeConfigurationAllows the configuration of privileged lookup for the resolution of  Methodconstants that are provided to the invocation handler. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | InvocationHandlerAdapter.ForFieldAn implementation of an  InvocationHandlerAdapterthat delegates method
 invocations to an adapter that is stored in an instance field. | 
| protected static class  | InvocationHandlerAdapter.ForInstanceAn implementation of an  InvocationHandlerAdapterthat delegates method
 invocations to an adapter that is stored in a static field. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract InvocationHandlerAdapter.AssignerConfigurable | InvocationHandlerAdapter. withPrivilegedLookup()Configures that the method constants supplied to the invocation handler adapter are resolved using an  AccessController. | 
| InvocationHandlerAdapter.AssignerConfigurable | InvocationHandlerAdapter.WithoutPrivilegeConfiguration. withPrivilegedLookup()Configures that the method constants supplied to the invocation handler adapter are resolved using an  AccessController. | 
| InvocationHandlerAdapter.AssignerConfigurable | InvocationHandlerAdapter.ForInstance. withPrivilegedLookup() | 
| InvocationHandlerAdapter.AssignerConfigurable | InvocationHandlerAdapter.ForField. withPrivilegedLookup() | 
Copyright © 2014–2019. All rights reserved.