Class InterceptorUtil


  • public final class InterceptorUtil
    extends Object
    • 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)