public class JsonPathBracket extends Object implements JsonPathOperator
| Constructor and Description |
|---|
JsonPathBracket(JsonPathKey key) |
| Modifier and Type | Method and Description |
|---|---|
JsonPathBracket |
asBracket() |
JsonPathField |
asField() |
JsonPathRoot |
asRoot() |
JsonPathKey |
getKey() |
boolean |
isBracket() |
boolean |
isField() |
boolean |
isRoot() |
void |
print(PrettyPrintWriter out) |
public JsonPathBracket(JsonPathKey key)
public JsonPathKey getKey()
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.