public abstract class ForwardingAnnotatedType<X> extends ForwardingAnnotated implements AnnotatedType<X>
| Constructor and Description |
|---|
ForwardingAnnotatedType() |
| Modifier and Type | Method and Description |
|---|---|
abstract AnnotatedType<X> |
delegate() |
java.util.Set<AnnotatedConstructor<X>> |
getConstructors() |
java.util.Set<AnnotatedField<? super X>> |
getFields() |
java.lang.Class<X> |
getJavaClass() |
java.util.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 java.util.Set<AnnotatedConstructor<X>> getConstructors()
getConstructors in interface AnnotatedType<X>public java.util.Set<AnnotatedField<? super X>> getFields()
getFields in interface AnnotatedType<X>public java.lang.Class<X> getJavaClass()
getJavaClass in interface AnnotatedType<X>public java.util.Set<AnnotatedMethod<? super X>> getMethods()
getMethods in interface AnnotatedType<X>Copyright © 2015. All Rights Reserved.