| Constructor and Description |
|---|
PathBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Path.PathBuilder |
append(int index) |
Path.PathBuilder |
append(String name) |
Path.PathBuilder |
appendWildCard() |
Path |
build() |
static Path.PathBuilder |
builder() |
public static Path.PathBuilder builder()
public Path build()
public Path.PathBuilder append(int index)
public Path.PathBuilder append(String name)
public Path.PathBuilder appendWildCard() throws JsonPathParseException
JsonPathParseExceptionCopyright © 2021. All rights reserved.