T - the declaring typepublic class AnnotatedFieldImpl<T> extends Object implements AnnotatedField
| Constructor and Description |
|---|
AnnotatedFieldImpl(Field field)
Constructs an annotated field with the specified field.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getBaseType()
Get the type of the annotated program element.
|
Set<AnnotatedField> |
getFields()
Get the fields of the type.
|
Field |
getJavaMember()
Get the underlying
Field. |
String |
toString() |
public AnnotatedFieldImpl(Field field)
field - the specified fieldpublic Type getBaseType()
AnnotatedgetBaseType in interface Annotatedpublic Field getJavaMember()
AnnotatedFieldField.getJavaMember in interface AnnotatedFieldFieldpublic Set<AnnotatedField> getFields()
AnnotatedTypegetFields in interface AnnotatedTypeCopyright © 2009–2019 B3log. All rights reserved.