public interface FieldPath
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getBaseClass()
Entry point of the annotated model.
|
PathConstraint |
getConstraint()
The path constraint
|
FieldId |
getFieldId()
The field Id
|
java.util.List<ReadMethodRef<?,?>> |
getPath()
List of read method references to access the field
|
java.lang.String |
getReadable()
|
ReadMethodRef |
getReadMethod()
The read access method for the field
|
WriteMethodRef |
getWriteMethod()
The write access method for the field
|
boolean |
isTransient()
Returns whether the field is transient
|
java.lang.Class<?> getBaseClass()
java.util.List<ReadMethodRef<?,?>> getPath()
FieldId getFieldId()
PathConstraint getConstraint()
java.lang.String getReadable()
ReadMethodRef getReadMethod()
WriteMethodRef getWriteMethod()
boolean isTransient()