public final class StructuredPathSegment extends Object
| Modifier and Type | Method and Description |
|---|---|
static StructuredPathSegment |
arrayElement() |
boolean |
equals(Object o) |
static StructuredPathSegment |
field(String name) |
StructuredPathSegmentKind |
getKind() |
String |
getName() |
int |
hashCode() |
static StructuredPathSegment |
mapKey() |
static StructuredPathSegment |
mapValue() |
String |
toDisplayString() |
String |
toString() |
public static StructuredPathSegment arrayElement()
public static StructuredPathSegment field(String name)
public static StructuredPathSegment mapKey()
public static StructuredPathSegment mapValue()
public StructuredPathSegmentKind getKind()
public String toDisplayString()