| Modifier and Type | Method and Description |
|---|---|
default <T extends Annotation> |
getAnnotations(Class<T> annotationType)
Gets annotated element's annotation member if exist, null otherwise
|
Set<AnnotatedConstructor<X>> |
getConstructors()
Returns set of bean constructors.
|
Set<AnnotatedField<? super X>> |
getFields()
Returns set of bean fields.
|
Class<X> |
getJavaClass()
Returns class of bean.
|
Set<AnnotatedMethod<? super X>> |
getMethods()
Returns set of bean methods.
|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentSet<AnnotatedConstructor<X>> getConstructors()
Set<AnnotatedMethod<? super X>> getMethods()
Set<AnnotatedField<? super X>> getFields()
default <T extends Annotation> Set<T> getAnnotations(Class<T> annotationType)
AnnotatedgetAnnotations in interface AnnotatedT - generic annotatation class typeannotationType - class of the annotationCopyright © 2025. All rights reserved.