Class InterceptorUtil

java.lang.Object
org.apache.webbeans.intercept.InterceptorUtil

public final class InterceptorUtil extends Object
  • Constructor Details

    • InterceptorUtil

      public InterceptorUtil(WebBeansContext webBeansContext)
  • Method Details

    • getReverseClassHierarchy

      public List<Class> getReverseClassHierarchy(Class clazz)
      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

      public void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)