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, resolveAlreadyDefinedProxyClass
public static <T> T wrap(T obj, javax.enterprise.inject.spi.BeanManager beanManager)
protected ArrayList<Method> getDelegateMethods(Class<?> targetClass, ArrayList<Method> allMethods)
getDelegateMethods
in class DeltaSpikeProxyFactory
protected ArrayList<Method> filterInterceptMethods(Class<?> targetClass, ArrayList<Method> allMethods)
filterInterceptMethods
in class DeltaSpikeProxyFactory
protected String getProxyClassSuffix()
getProxyClassSuffix
in class DeltaSpikeProxyFactory
Copyright © 2016 The Apache Software Foundation. All rights reserved.