Uses of Class
org.forgerock.config.resolvers.SubstitutionService
-
Uses of SubstitutionService in org.forgerock.config.util
Modifier and TypeMethodDescriptionJsonValuePropertyEvaluator.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.