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, isProxyClass
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 © 2020 The Apache Software Foundation. All rights reserved.