T
- the field segment typepublic static final class FieldPaths.FieldPath<T extends FieldPaths.FieldSegment>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getRootType()
Returns the root type from which this field path is bound.
|
java.util.List<T> |
getSegments()
Returns the field segments.
|
int |
hashCode() |
java.lang.String |
toString()
Returns the field path in nominal form.
|
public java.lang.String getRootType()
public java.util.List<T> getSegments()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object