public class JsonPathRoot extends BasePrettyPrintable implements JsonPathOperator
| Constructor and Description |
|---|
JsonPathRoot() |
| Modifier and Type | Method and Description |
|---|---|
JsonPathBracket |
asBracket() |
JsonPathField |
asField() |
JsonPathRoot |
asRoot() |
boolean |
isBracket() |
boolean |
isField() |
boolean |
isRoot() |
protected void |
printProperties(PrettyPrintWriter out) |
print, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprintprotected void printProperties(PrettyPrintWriter out)
printProperties in class BasePrettyPrintablepublic 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.