Interface JsonPathEvaluatorProvider


  • public interface JsonPathEvaluatorProvider
    This is an evolving SPI and subject to change.
    • Method Detail

      • create

        JsonPathEvaluator create​(JsonPathEvaluator delegate,
                                 String jsonPath,
                                 Object defaultValue)
        Create a {@see JsonPathEvaluator}
        Parameters:
        delegate - to be delegated to for evaluation
        jsonPath - the json path as a string
        defaultValue - the default value
        Returns:
        a {@see JsonPathEvaluator}