public interface FieldInfo
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationClass) |
java.lang.String[] |
getAnnotationNames() |
javax.lang.model.element.Element |
getElement() |
java.lang.String |
getFieldName() |
java.lang.String |
getParentClassName() |
com.squareup.javapoet.TypeName |
getTypeName() |
com.squareup.javapoet.TypeName getTypeName()
java.lang.String getParentClassName()
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)
java.lang.String getFieldName()
java.lang.String[] getAnnotationNames()
javax.lang.model.element.Element getElement()