@Beta public final class JsonPath extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getNodes() |
int |
hashCode() |
static JsonPath |
of(String... nodes)
Static factory method for
JsonPath . |
static JsonPath |
ofRoot()
Static factory method for an empty
JsonPath . |
String |
toString() |
@Nonnull public static JsonPath of(@Nonnull String... nodes)
JsonPath
.nodes
- An ordered enumeration of node names to form a JSON path.@Nonnull public static JsonPath ofRoot()
JsonPath
. Pointing at the root JSON tree.Copyright © 2021 SAP SE. All rights reserved.