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.AssignerConfigurable |
InvocationHandlerAdapter.withoutMethodCache()
By default, any
Method instance that is handed over to an
InvocationHandler is cached in a static field. |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.ForInstance.withoutMethodCache() |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.ForField.withoutMethodCache() |
Copyright © 2014–2017. All rights reserved.