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 given DocumentContext adding getJsonLocationsContext method.
      • Methods inherited from interface com.jayway.jsonpath.ReadContext

        configuration, json, jsonString, limit, read, read, read, read, read, read, withListeners
      • Methods inherited from interface com.jayway.jsonpath.WriteContext

        add, add, configuration, delete, delete, json, jsonString, map, map, put, put, renameKey, renameKey, set, set
    • 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 given DocumentContext adding getJsonLocationsContext method.
        Parameters:
        jsonContext -
        locations -
        Returns: