public class BeanMethods extends Object
Modifier and Type | Method and Description |
---|---|
static <T> List<Set<MethodInjectionPoint<?,?>>> |
getInitializerMethods(javax.enterprise.inject.spi.Bean<?> declaringBean,
EnhancedAnnotatedType<T> type,
BeanManagerImpl manager) |
static <T> Collection<EnhancedAnnotatedMethod<?,? super T>> |
getObserverMethods(EnhancedAnnotatedType<T> type) |
static <T> List<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> |
getPostConstructMethods(EnhancedAnnotatedType<T> type) |
static <T> List<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> |
getPreDestroyMethods(EnhancedAnnotatedType<T> type) |
public static <T> List<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> getPostConstructMethods(EnhancedAnnotatedType<T> type)
public static <T> List<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> getPreDestroyMethods(EnhancedAnnotatedType<T> type)
public static <T> List<Set<MethodInjectionPoint<?,?>>> getInitializerMethods(javax.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)
public static <T> Collection<EnhancedAnnotatedMethod<?,? super T>> getObserverMethods(EnhancedAnnotatedType<T> type)
Copyright © 2013 Seam Framework. All rights reserved.