public interface FieldDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
createAccessors() |
default List<AnnotationDefinition> |
getFieldAnnotations() |
String |
getFieldName() |
String |
getInitExpr() |
String |
getObjectType() |
default List<AnnotationDefinition> |
getterAnnotations() |
boolean |
isFinal() |
boolean |
isKeyField() |
boolean |
isStatic() |
default Optional<String> |
overriddenGetterName() |
default Optional<String> |
overriddenSetterName() |
default List<AnnotationDefinition> |
setterAnnotations() |
String getFieldName()
String getObjectType()
String getInitExpr()
default List<AnnotationDefinition> getFieldAnnotations()
default List<AnnotationDefinition> setterAnnotations()
default List<AnnotationDefinition> getterAnnotations()
boolean isKeyField()
boolean createAccessors()
boolean isStatic()
boolean isFinal()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.