public final class InterceptorUtil extends Object
| Constructor and Description |
|---|
InterceptorUtil(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkSimpleWebBeansInterceptorConditions(Class<?> clazz) |
List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getLifecycleMethods(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType,
Class<? extends Annotation> annotation) |
List<Class> |
getReverseClassHierarchy(Class clazz) |
public InterceptorUtil(WebBeansContext webBeansContext)
public List<Class> getReverseClassHierarchy(Class clazz)
public List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getLifecycleMethods(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType, Class<? extends Annotation> annotation)
public void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.