public class JsonPathField extends Object implements JsonPathOperator
| Constructor and Description |
|---|
JsonPathField(JsonPathKey fieldName) |
| Modifier and Type | Method and Description |
|---|---|
JsonPathBracket |
asBracket() |
JsonPathField |
asField() |
JsonPathRoot |
asRoot() |
JsonPathKey |
getFieldName() |
boolean |
isBracket() |
boolean |
isField() |
boolean |
isRoot() |
void |
print(PrettyPrintWriter out) |
public JsonPathField(JsonPathKey fieldName)
public JsonPathKey getFieldName()
public void print(PrettyPrintWriter out)
print in interface PrettyPrintablepublic boolean isRoot()
isRoot in interface JsonPathOperatorpublic boolean isField()
isField in interface JsonPathOperatorpublic boolean isBracket()
isBracket in interface JsonPathOperatorpublic JsonPathRoot asRoot()
asRoot in interface JsonPathOperatorpublic JsonPathField asField()
asField in interface JsonPathOperatorpublic JsonPathBracket asBracket()
asBracket in interface JsonPathOperatorCopyright © 2019. All rights reserved.