Interface JsonPathEvaluatorProvider
-
public interface JsonPathEvaluatorProviderThis is an evolving SPI and subject to change.
-
-
Method Summary
Modifier and Type Method Description JsonPathEvaluatorcreate(JsonPathEvaluator delegate, String jsonPath, Object defaultValue)Create a {@see JsonPathEvaluator}
-
-
-
Method Detail
-
create
JsonPathEvaluator create(JsonPathEvaluator delegate, String jsonPath, Object defaultValue)
Create a {@see JsonPathEvaluator}- Parameters:
delegate- to be delegated to for evaluationjsonPath- the json path as a stringdefaultValue- the default value- Returns:
- a {@see JsonPathEvaluator}
-
-