public static class TideExtension.TideAnnotatedType<T> extends Object implements AnnotatedType<T>
| Constructor and Description |
|---|
TideExtension.TideAnnotatedType(AnnotatedType<T> annotatedType,
boolean component,
boolean bean) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Annotation> |
getAnnotation(Class<X> annotationClass) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<AnnotatedConstructor<T>> |
getConstructors() |
Set<AnnotatedField<? super T>> |
getFields() |
Class<T> |
getJavaClass() |
Set<AnnotatedMethod<? super T>> |
getMethods() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
public TideExtension.TideAnnotatedType(AnnotatedType<T> annotatedType, boolean component, boolean bean)
public Set<AnnotatedConstructor<T>> getConstructors()
getConstructors in interface AnnotatedType<T>public Set<AnnotatedField<? super T>> getFields()
getFields in interface AnnotatedType<T>public Class<T> getJavaClass()
getJavaClass in interface AnnotatedType<T>public Set<AnnotatedMethod<? super T>> getMethods()
getMethods in interface AnnotatedType<T>public <X extends Annotation> X getAnnotation(Class<X> annotationClass)
getAnnotation in interface Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface Annotatedpublic Type getBaseType()
getBaseType in interface Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface Annotated