public class JsonPathIndex extends Object implements JsonPathKey
| Constructor and Description |
|---|
JsonPathIndex(int value) |
| Modifier and Type | Method and Description |
|---|---|
JsonPathIndex |
asIndex() |
JsonPathName |
asName() |
JsonPathWildcard |
asWildcard() |
int |
getValue() |
boolean |
isIndex() |
boolean |
isName() |
boolean |
isWildCard() |
void |
print(PrettyPrintWriter out) |
public int getValue()
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.