public class JsonPathWildcard extends Object implements JsonPathKey
| Constructor and Description |
|---|
JsonPathWildcard() |
| Modifier and Type | Method and Description |
|---|---|
JsonPathIndex |
asIndex() |
JsonPathName |
asName() |
JsonPathWildcard |
asWildcard() |
boolean |
isIndex() |
boolean |
isName() |
boolean |
isWildCard() |
void |
print(PrettyPrintWriter out) |
public void print(PrettyPrintWriter out)
print in interface PrettyPrintablepublic boolean isIndex()
isIndex in interface JsonPathKeypublic boolean isName()
isName in interface JsonPathKeypublic boolean isWildCard()
isWildCard in interface JsonPathKeypublic JsonPathIndex asIndex()
asIndex in interface JsonPathKeypublic JsonPathName asName()
asName in interface JsonPathKeypublic JsonPathWildcard asWildcard()
asWildcard in interface JsonPathKeyCopyright © 2019. All rights reserved.