Package org.apache.webbeans.intercept
Class InterceptorUtil
- java.lang.Object
-
- org.apache.webbeans.intercept.InterceptorUtil
-
public final class InterceptorUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description InterceptorUtil(WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckSimpleWebBeansInterceptorConditions(Class<?> clazz)List<javax.enterprise.inject.spi.AnnotatedMethod<?>>getLifecycleMethods(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation)List<Class>getReverseClassHierarchy(Class clazz)
-
-
-
Constructor Detail
-
InterceptorUtil
public InterceptorUtil(WebBeansContext webBeansContext)
-
-
Method Detail
-
getReverseClassHierarchy
public List<Class> getReverseClassHierarchy(Class clazz)
- Returns:
- the Type hierarchy in the order superclass first. Object.class is not included!
-
getLifecycleMethods
public List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getLifecycleMethods(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation)
-
checkSimpleWebBeansInterceptorConditions
public void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)
-
-