public abstract class AbstractByteBuddyDispatcherInvocationHandler<T,S extends AbstractByteBuddyDispatcherInvocationHandler<T,S>> extends AbstractDispatcherInvocationHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected static Class<?>[] |
EMPTY_CLASS_ARRAY |
cacheKey, methodClassifications, proxyState| Constructor and Description |
|---|
AbstractByteBuddyDispatcherInvocationHandler(T proxyState,
Collection<MethodClassification<?,?>> methodClassifications) |
AbstractByteBuddyDispatcherInvocationHandler(T proxyState,
MethodClassification<?,?>... methodClassifications) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImplementationSpecificInvokers(List<MethodClassification<?,?>> methodClassifications) |
protected abstract ProxyStateAccessor |
makeClone(S originalDispatcher,
T clonedState,
List<Class<?>> interfaces) |
createCacheKey, fabricateComposedMethodInvocationHandler, getCurriedMethodContextInvocationHandlerprotected static final Class<?>[] EMPTY_CLASS_ARRAY
public AbstractByteBuddyDispatcherInvocationHandler(T proxyState, Collection<MethodClassification<?,?>> methodClassifications)
public AbstractByteBuddyDispatcherInvocationHandler(T proxyState, MethodClassification<?,?>... methodClassifications)
protected void addImplementationSpecificInvokers(List<MethodClassification<?,?>> methodClassifications)
addImplementationSpecificInvokers in class AbstractDispatcherInvocationHandler<T>protected abstract ProxyStateAccessor makeClone(S originalDispatcher, T clonedState, List<Class<?>> interfaces)
Copyright © 2023 FG Forrest, a.s.. All rights reserved.