Uses of Class
org.forgerock.config.resolvers.SubstitutionService
Packages that use SubstitutionService
-
Uses of SubstitutionService in org.forgerock.config.util
Method parameters in org.forgerock.config.util with type arguments of type SubstitutionServiceModifier and TypeMethodDescriptionJsonValuePropertyEvaluator.CoercionFunctionSpecBuilder.using
(BiFunction<JsonValue, SubstitutionService, Object, JsonValueException> function) Specify the function that will convert the matched JSON into an object.Constructors in org.forgerock.config.util with parameters of type SubstitutionServiceModifierConstructorDescriptionJsonValuePropertyEvaluator
(SubstitutionService substitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec> coercionFunctions) Constructs a JsonValuePropertyEvaluator which traverses aJsonValue
and does property substitution as well as type coercion.