Interface ExtendedJsonContext
-
- All Superinterfaces:
com.jayway.jsonpath.DocumentContext
,com.jayway.jsonpath.ReadContext
,com.jayway.jsonpath.WriteContext
public interface ExtendedJsonContext extends com.jayway.jsonpath.DocumentContext
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,org.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.core.JsonLocation,com.fasterxml.jackson.core.JsonLocation>>
getJsonLocationsMap()
static ExtendedJsonContext
of(com.jayway.jsonpath.DocumentContext jsonContext, Map<String,org.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.core.JsonLocation,com.fasterxml.jackson.core.JsonLocation>> locations)
Creates a dynamic proxy for the givenDocumentContext
adding getJsonLocationsContext method.
-
-
-
Method Detail
-
getJsonLocationsMap
Map<String,org.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.core.JsonLocation,com.fasterxml.jackson.core.JsonLocation>> getJsonLocationsMap()
-
of
static ExtendedJsonContext of(com.jayway.jsonpath.DocumentContext jsonContext, Map<String,org.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.core.JsonLocation,com.fasterxml.jackson.core.JsonLocation>> locations)
Creates a dynamic proxy for the givenDocumentContext
adding getJsonLocationsContext method.- Parameters:
jsonContext
-locations
-- Returns:
-
-