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