Package org.forgerock.config.util
Class JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
java.lang.Object
org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
- Enclosing class:
- JsonValuePropertyEvaluator
Builder to create a
JsonValuePropertyEvaluator.CoercionFunctionSpec
.-
Method Summary
Modifier and TypeMethodDescriptionSpecify the function that will convert the matched JSON into an object.
-
Method Details
-
using
public JsonValuePropertyEvaluator.CoercionFunctionSpec using(BiFunction<JsonValue, SubstitutionService, Object, JsonValueException> function) Specify the function that will convert the matched JSON into an object.- Parameters:
function
- The function.- Returns:
- The spec.
-