|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotatedMethod | |
|---|---|
| org.jboss.webbeans | |
| org.jboss.webbeans.bean | |
| org.jboss.webbeans.event | |
| org.jboss.webbeans.introspector | |
| org.jboss.webbeans.introspector.jlr | |
| org.jboss.webbeans.model | |
| Uses of AnnotatedMethod in org.jboss.webbeans |
|---|
| Methods in org.jboss.webbeans that return types with arguments of type AnnotatedMethod | ||
|---|---|---|
|
ManagerImpl.resolveDisposalMethods(java.lang.Class<T> apiType,
java.lang.annotation.Annotation... bindings)
Resolve the disposal method for the given producer method. |
|
| Uses of AnnotatedMethod in org.jboss.webbeans.bean |
|---|
| Methods in org.jboss.webbeans.bean that return AnnotatedMethod | |
|---|---|
protected AnnotatedMethod<T> |
ProducerMethodBean.getAnnotatedItem()
Gets the annotated item representing the method |
AnnotatedMethod<?> |
ProducerMethodBean.getDisposalMethod()
Returns the disposal method |
AnnotatedMethod<java.lang.Object> |
SimpleBean.getPostConstruct()
Returns the post-construct method |
AnnotatedMethod<java.lang.Object> |
SimpleBean.getPreDestroy()
Returns the pre-destroy method |
AnnotatedMethod<?> |
EnterpriseBean.getRemoveMethod()
|
| Methods in org.jboss.webbeans.bean that return types with arguments of type AnnotatedMethod | |
|---|---|
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AbstractClassBean.getInitializerMethods()
Gets the annotated methods |
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AbstractClassBean.getObserverMethods()
Gets the observer methods |
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AbstractClassBean.getProducerMethods()
Gets the producer methods |
| Methods in org.jboss.webbeans.bean with parameters of type AnnotatedMethod | ||
|---|---|---|
static
|
BeanFactory.createObserver(AnnotatedMethod<java.lang.Object> method,
AbstractClassBean<?> declaringBean,
ManagerImpl manager)
Creates an observer |
|
static
|
BeanFactory.createProducerMethodBean(AnnotatedMethod<T> method,
AbstractClassBean<?> declaringBean,
ManagerImpl manager)
Creates a producer method Web Bean |
|
| Constructors in org.jboss.webbeans.bean with parameters of type AnnotatedMethod | |
|---|---|
ProducerMethodBean(AnnotatedMethod<T> method,
AbstractClassBean<?> declaringBean,
ManagerImpl manager)
Constructor |
|
| Uses of AnnotatedMethod in org.jboss.webbeans.event |
|---|
| Constructors in org.jboss.webbeans.event with parameters of type AnnotatedMethod | |
|---|---|
ObserverImpl(AnnotatedMethod<java.lang.Object> observer,
Bean<?> observerBean,
ManagerImpl manager)
Creates an Observer which describes and encapsulates an observer method (8.5). |
|
| Uses of AnnotatedMethod in org.jboss.webbeans.introspector |
|---|
| Methods in org.jboss.webbeans.introspector that return AnnotatedMethod | |
|---|---|
AnnotatedMethod<java.lang.Object> |
AnnotatedClass.getMethod(MethodDescriptor methodDescriptor)
Find the annotated method for a given methodDescriptor |
| Methods in org.jboss.webbeans.introspector that return types with arguments of type AnnotatedMethod | |
|---|---|
java.util.Set<AnnotatedMethod<?>> |
AnnotatedAnnotation.getAnnotatedMembers(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all the members annotated with annotationType |
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AnnotatedClass.getAnnotatedMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all methods annotated with annotationType |
java.util.Set<AnnotatedMethod<?>> |
AnnotatedAnnotation.getMembers()
Gets all members |
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AnnotatedClass.getMethodsWithAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets all with parameters annotated with annotationType |
| Uses of AnnotatedMethod in org.jboss.webbeans.introspector.jlr |
|---|
| Classes in org.jboss.webbeans.introspector.jlr that implement AnnotatedMethod | |
|---|---|
class |
AnnotatedMethodImpl<T>
Represents an annotated method This class is immutable and therefore threadsafe |
| Methods in org.jboss.webbeans.introspector.jlr that return AnnotatedMethod | |
|---|---|
AnnotatedMethod<java.lang.Object> |
AnnotatedClassImpl.getMethod(MethodDescriptor methodDescriptor)
|
| Methods in org.jboss.webbeans.introspector.jlr that return types with arguments of type AnnotatedMethod | |
|---|---|
java.util.Set<AnnotatedMethod<?>> |
AnnotatedAnnotationImpl.getAnnotatedMembers(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Returns the annotated members with a given annotation type If the annotated members are null, they are initialized first. |
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AnnotatedClassImpl.getAnnotatedMethods(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Gets the abstracted methods that have a certain annotation type present If the annotated methods map is null, initialize it first |
java.util.Set<AnnotatedMethod<?>> |
AnnotatedAnnotationImpl.getMembers()
Gets all members of the annotation Initializes the members first if they are null |
java.util.Set<AnnotatedMethod<java.lang.Object>> |
AnnotatedClassImpl.getMethodsWithAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
|
| Uses of AnnotatedMethod in org.jboss.webbeans.model |
|---|
| Methods in org.jboss.webbeans.model that return types with arguments of type AnnotatedMethod | |
|---|---|
java.util.Set<AnnotatedMethod<?>> |
BindingTypeModel.getNonBindingTypes()
Gets the non-binding types |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||