public static final class FieldPaths.ObjectFieldSegment extends FieldPaths.FieldSegment
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
HollowObjectSchema |
getEnclosingSchema()
Returns the enclosing schema that declares a field corresponding to this segment.
|
int |
getIndex()
The field index in the enclosing object schema.
|
HollowObjectSchema.FieldType |
getType()
The field type of the field in the enclosing object schema.
|
int |
hashCode() |
getName, getTypeName
public HollowObjectSchema getEnclosingSchema()
getEnclosingSchema
in class FieldPaths.FieldSegment
public int getIndex()
public HollowObjectSchema.FieldType getType()
public boolean equals(java.lang.Object o)
equals
in class FieldPaths.FieldSegment
public int hashCode()
hashCode
in class FieldPaths.FieldSegment