JsonParameterSet

public void JsonParameterSet(JsonNode rootNode, ObjectMapper objectMapper, Map<String, Function<JsonNode, ? extends Object>> customConverters)(source)

Creates a new JsonParameterSet.

Parameters

rootNode

the root node of the json file.

objectMapper

the object mapper that is used to convert the json nodes to java objects.

customConverters

the custom converters that are used to convert the json nodes to java objects.