public interface JavaBeanAnnotatedElement
Modifier and Type | Method and Description |
---|---|
AnnotatedType |
getAnnotatedType() |
<A extends Annotation> |
getAnnotation(Class<A> annotationClass) |
Annotation[] |
getDeclaredAnnotations() |
Type |
getGenericType() |
Type |
getType() |
TypeVariable<?>[] |
getTypeParameters() |
default boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
Type getType()
AnnotatedType getAnnotatedType()
Annotation[] getDeclaredAnnotations()
Type getGenericType()
TypeVariable<?>[] getTypeParameters()
<A extends Annotation> A getAnnotation(Class<A> annotationClass)
default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved