Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<JsonPath> |
getPaths() |
int |
hashCode() |
static JsonLookup |
of(JsonPath... paths)
Static factory method for
JsonLookup . |
String |
toString() |
@Nonnull public static JsonLookup of(@Nonnull JsonPath... paths)
JsonLookup
.paths
- An ordered enumeration of JsonPath
, that is used for JSON lookup.Copyright © 2021 SAP SE. All rights reserved.