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.ForInstanceDelegation
An implementation of an
InvocationHandlerAdapter that delegates method
invocations to an adapter that is stored in an instance field. |
protected static class |
InvocationHandlerAdapter.ForStaticDelegation
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.withMethodCache()
By default, any
Method instance that is handed over to an
InvocationHandler is created on each invocation of the method. |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.ForStaticDelegation.withMethodCache() |
InvocationHandlerAdapter.AssignerConfigurable |
InvocationHandlerAdapter.ForInstanceDelegation.withMethodCache() |
Copyright © 2014–2015. All rights reserved.