Package org.apache.webbeans.intercept
Class InterceptorUtil
java.lang.Object
org.apache.webbeans.intercept.InterceptorUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidList<jakarta.enterprise.inject.spi.AnnotatedMethod<?>>getLifecycleMethods(jakarta.enterprise.inject.spi.AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation) getReverseClassHierarchy(Class clazz)
-
Constructor Details
-
InterceptorUtil
-
-
Method Details
-
getReverseClassHierarchy
- Returns:
- the Type hierarchy in the order superclass first. Object.class is not included!
-
getLifecycleMethods
public List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> getLifecycleMethods(jakarta.enterprise.inject.spi.AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation) -
checkSimpleWebBeansInterceptorConditions
-