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,
boolean parentFirst) |
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, boolean parentFirst)
public void checkSimpleWebBeansInterceptorConditions(Class<?> clazz)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.