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