| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedConstructor<X>> |
getConstructors()
Returns set of bean constructors.
|
java.util.Set<AnnotatedField<? super X>> |
getFields()
Returns set of bean fields.
|
java.lang.Class<X> |
getJavaClass()
Returns class of bean.
|
java.util.Set<AnnotatedMethod<? super X>> |
getMethods()
Returns set of bean methods.
|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentjava.lang.Class<X> getJavaClass()
java.util.Set<AnnotatedConstructor<X>> getConstructors()
java.util.Set<AnnotatedMethod<? super X>> getMethods()
java.util.Set<AnnotatedField<? super X>> getFields()