Uses of Class
org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpec
-
Uses of JsonValuePropertyEvaluator.CoercionFunctionSpec in org.forgerock.config.util
Modifier and TypeMethodDescriptionJsonValuePropertyEvaluator.inlineCoercionFunction
(Path relativeTo) Creates a coercion function that inlines the content of another file that may be a relative path to a current location.JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder.using
(BiFunction<JsonValue, SubstitutionService, Object, JsonValueException> function) Specify the function that will convert the matched JSON into an object.ModifierConstructorDescriptionJsonValuePropertyEvaluator
(SubstitutionService substitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec> coercionFunctions) Constructs a JsonValuePropertyEvaluator which traverses aJsonValue
and does property substitution as well as type coercion.