public class FieldPath extends Object
| Constructor and Description |
|---|
FieldPath() |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
addPathItem(NonEmptyString pathItem) |
boolean |
equals(Object o) |
List<NonEmptyString> |
getPath() |
int |
hashCode() |
FieldPath |
path(List<NonEmptyString> path) |
void |
setPath(List<NonEmptyString> path) |
String |
toString() |
public FieldPath path(List<NonEmptyString> path)
public FieldPath addPathItem(NonEmptyString pathItem)
public List<NonEmptyString> getPath()
public void setPath(List<NonEmptyString> path)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.