T - the declaring typepublic class AnnotatedTypeImpl<T> extends Object implements AnnotatedType<T>
| Constructor and Description |
|---|
AnnotatedTypeImpl(Class<T> beanClass)
Constructs an annotated type with the specified bean class.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getBaseType()
Get the type of the annotated program element.
|
Set<AnnotatedField<? super T>> |
getFields()
Get the fields of the type.
|
public Set<AnnotatedField<? super T>> getFields()
AnnotatedTypegetFields in interface AnnotatedType<T>public Type getBaseType()
AnnotatedgetBaseType in interface AnnotatedCopyright © 2009–2019 B3log. All rights reserved.