public class EnableInterceptorsProxyFactory extends DeltaSpikeProxyFactory
DeltaSpikeProxyFactory.GeneratorHolder| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<Method> |
filterInterceptMethods(Class<?> targetClass,
ArrayList<Method> allMethods) |
protected ArrayList<Method> |
getDelegateMethods(Class<?> targetClass,
ArrayList<Method> allMethods) |
protected String |
getProxyClassSuffix() |
static <T> T |
wrap(T obj,
javax.enterprise.inject.spi.BeanManager beanManager) |
collectAllMethods, constructProxyClassName, constructSuperAccessorMethodName, containsInterceptorBinding, getAdditionalInterfacesToImplement, getProxyClass, getSuperAccessorMethod, hasSameSignature, ignoreMethod, isProxyClass, resolveAlreadyDefinedProxyClasspublic static <T> T wrap(T obj,
javax.enterprise.inject.spi.BeanManager beanManager)
protected ArrayList<Method> getDelegateMethods(Class<?> targetClass, ArrayList<Method> allMethods)
getDelegateMethods in class DeltaSpikeProxyFactoryprotected ArrayList<Method> filterInterceptMethods(Class<?> targetClass, ArrayList<Method> allMethods)
filterInterceptMethods in class DeltaSpikeProxyFactoryprotected String getProxyClassSuffix()
getProxyClassSuffix in class DeltaSpikeProxyFactoryCopyright © 2016 The Apache Software Foundation. All rights reserved.