|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotatedType<X>
Abstract introspected view of a Bean
Method Summary | |
---|---|
java.util.Set<AnnotatedConstructor<X>> |
getConstructors()
Returns the abstract introspected constructors |
java.util.Set<AnnotatedField<? super X>> |
getFields()
Returns the abstract introspected fields |
java.lang.Class<X> |
getJavaClass()
Returns the concrete Java class |
java.util.Set<AnnotatedMethod<? super X>> |
getMethods()
Returns the abstract introspected methods |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Method Detail |
---|
java.lang.Class<X> getJavaClass()
java.util.Set<AnnotatedConstructor<X>> getConstructors()
java.util.Set<AnnotatedMethod<? super X>> getMethods()
java.util.Set<AnnotatedField<? super X>> getFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |