public class JavassistDispatcherInvocationHandler<T> extends AbstractDispatcherInvocationHandler<T> implements javassist.util.proxy.MethodHandler
cacheKey, methodClassifications, proxyState| Constructor and Description |
|---|
JavassistDispatcherInvocationHandler(T proxyState,
MethodClassification<?,?>... methodClassifications) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImplementationSpecificInvokers(List<MethodClassification<?,?>> methodClassifications) |
Object |
invoke(Object self,
Method thisMethod,
Method proceed,
Object[] args) |
createCacheKey, fabricateComposedMethodInvocationHandler, getCurriedMethodContextInvocationHandlerpublic JavassistDispatcherInvocationHandler(T proxyState, MethodClassification<?,?>... methodClassifications)
public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable
invoke in interface javassist.util.proxy.MethodHandlerThrowableprotected void addImplementationSpecificInvokers(List<MethodClassification<?,?>> methodClassifications)
addImplementationSpecificInvokers in class AbstractDispatcherInvocationHandler<T>Copyright © 2022 FG Forrest, a.s.. All rights reserved.