public interface JsonPathOperator extends PrettyPrintable
| Modifier and Type | Method and Description |
|---|---|
JsonPathBracket |
asBracket() |
JsonPathField |
asField() |
JsonPathRoot |
asRoot() |
boolean |
isBracket() |
boolean |
isField() |
boolean |
isRoot() |
printboolean isRoot()
boolean isField()
boolean isBracket()
JsonPathRoot asRoot()
JsonPathField asField()
JsonPathBracket asBracket()
Copyright © 2019. All rights reserved.