| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| 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.WithoutPrivilegeConfiguration | InvocationHandlerAdapter. withoutMethodCache()By default, any  Methodinstance that is handed over to anInvocationHandleris cached in a static field. | 
| InvocationHandlerAdapter.WithoutPrivilegeConfiguration | InvocationHandlerAdapter.ForInstance. withoutMethodCache() | 
| InvocationHandlerAdapter.WithoutPrivilegeConfiguration | InvocationHandlerAdapter.ForField. withoutMethodCache() | 
Copyright © 2014–2023. All rights reserved.