Interface JavaBeanAnnotatedElement
- All Known Subinterfaces:
JavaBeanAnnotatedConstrainable
- All Known Implementing Classes:
JavaBeanConstructor,JavaBeanExecutable,JavaBeanField,JavaBeanGetter,JavaBeanMethod,JavaBeanParameter
public interface JavaBeanAnnotatedElement
- Author:
- Guillaume Smet
-
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetAnnotation(Class<A> annotationClass) getType()TypeVariable<?>[]default booleanisAnnotationPresent(Class<? extends Annotation> annotationClass)
-
Method Details
-
getType
Type getType() -
getAnnotatedType
AnnotatedType getAnnotatedType() -
getDeclaredAnnotations
Annotation[] getDeclaredAnnotations() -
getGenericType
Type getGenericType() -
getTypeParameters
TypeVariable<?>[] getTypeParameters() -
getAnnotation
-
isAnnotationPresent
-