public class EnableInterceptorsProxyFactory extends DeltaSpikeProxyFactory
| 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, getAdditionalInterfacesToImplement, getDelegateMethods, getProxyClass, getSuperAccessorMethod, isProxyClasspublic 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 © 2020 The Apache Software Foundation. All rights reserved.