Package org.forgerock.config.util
Class JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
- java.lang.Object
-
- org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder
-
- Enclosing class:
- JsonValuePropertyEvaluator
public static final class JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder extends Object
Builder to create aJsonValuePropertyEvaluator.CoercionFunctionSpec
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonValuePropertyEvaluator.CoercionFunctionSpec
using(BiFunction<JsonValue,SubstitutionService,Object,JsonValueException> function)
Specify the function that will convert the matched JSON into an object.
-
-
-
Method Detail
-
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.
-
-