@Typed public class PartialBeanProxyFactory extends DeltaSpikeProxyFactory
DeltaSpikeProxyFactory which delegates all abstract methods to the
partial bean binding InvocationHandler.| Constructor and Description |
|---|
PartialBeanProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<Method> |
getDelegateMethods(Class<?> targetClass,
ArrayList<Method> allMethods) |
static PartialBeanProxyFactory |
getInstance() |
protected String |
getProxyClassSuffix() |
collectAllMethods, filterInterceptMethods, getAdditionalInterfacesToImplement, getDelegateMethods, getProxyClass, getSuperAccessorMethod, isProxyClasspublic static PartialBeanProxyFactory getInstance()
protected String getProxyClassSuffix()
getProxyClassSuffix in class DeltaSpikeProxyFactoryprotected ArrayList<Method> getDelegateMethods(Class<?> targetClass, ArrayList<Method> allMethods)
getDelegateMethods in class DeltaSpikeProxyFactoryCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.