public abstract class ForwardingAnnotatedType<X> extends ForwardingAnnotated implements AnnotatedType<X>
| Constructor and Description |
|---|
ForwardingAnnotatedType() |
| Modifier and Type | Method and Description |
|---|---|
abstract AnnotatedType<X> |
delegate() |
Set<AnnotatedConstructor<X>> |
getConstructors() |
Set<AnnotatedField<? super X>> |
getFields() |
Class<X> |
getJavaClass() |
Set<AnnotatedMethod<? super X>> |
getMethods() |
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic abstract AnnotatedType<X> delegate()
delegate in class ForwardingAnnotatedpublic Set<AnnotatedConstructor<X>> getConstructors()
getConstructors in interface AnnotatedType<X>public Set<AnnotatedField<? super X>> getFields()
getFields in interface AnnotatedType<X>public Class<X> getJavaClass()
getJavaClass in interface AnnotatedType<X>public Set<AnnotatedMethod<? super X>> getMethods()
getMethods in interface AnnotatedType<X>Copyright © 2015. All Rights Reserved.