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()
Get the constructors of the type.
|
Set<AnnotatedField<? super X>> |
getFields()
Get the fields of the type.
|
Class<X> |
getJavaClass()
Get the underlying
Class . |
Set<AnnotatedMethod<? super X>> |
getMethods()
Get the methods of the type.
|
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public abstract AnnotatedType<X> delegate()
delegate
in class ForwardingAnnotated
public Set<AnnotatedConstructor<X>> getConstructors()
AnnotatedType
Get the constructors of the type. If an empty set is returned, a default constructor with no parameters will be assumed.
getConstructors
in interface AnnotatedType<X>
public Set<AnnotatedField<? super X>> getFields()
AnnotatedType
Get the fields of the type.
getFields
in interface AnnotatedType<X>
public Class<X> getJavaClass()
AnnotatedType
Get the underlying Class
.
getJavaClass
in interface AnnotatedType<X>
Class
public Set<AnnotatedMethod<? super X>> getMethods()
AnnotatedType
Get the methods of the type.
getMethods
in interface AnnotatedType<X>
Copyright © 2013 Seam Framework. All Rights Reserved.