| 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.ForField
An implementation of an  
InvocationHandlerAdapter that delegates method
 invocations to an adapter that is stored in an instance field. | 
protected static class  | 
InvocationHandlerAdapter.ForInstance
An implementation of an  
InvocationHandlerAdapter that 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  
Method instance that is handed over to an
 InvocationHandler is cached in a static field. | 
InvocationHandlerAdapter.WithoutPrivilegeConfiguration | 
InvocationHandlerAdapter.ForInstance.withoutMethodCache()  | 
InvocationHandlerAdapter.WithoutPrivilegeConfiguration | 
InvocationHandlerAdapter.ForField.withoutMethodCache()  | 
Copyright © 2014–2021. All rights reserved.