| Modifier and Type | Method and Description |
|---|---|
static JsonLookup |
empty()
Static factory method for an empty
JsonLookup. |
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.@Nonnull public static JsonLookup empty()
JsonLookup.Copyright © 2022 SAP SE. All rights reserved.