Uses of Class
org.forgerock.config.resolvers.SubstitutionService
-
Packages that use SubstitutionService Package Description org.forgerock.config.util Contains utility classes for commons config.org.forgerock.opendj.config.server Server-side administration interface. -
-
Uses of SubstitutionService in org.forgerock.config.util
Method parameters in org.forgerock.config.util with type arguments of type SubstitutionService Modifier and Type Method Description JsonValuePropertyEvaluator.CoercionFunctionSpecJsonValuePropertyEvaluator.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 SubstitutionService Constructor Description JsonValuePropertyEvaluator(SubstitutionService substitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec> coercionFunctions)Constructs a JsonValuePropertyEvaluator which traverses aJsonValueand does property substitution as well as type coercion. -
Uses of SubstitutionService in org.forgerock.opendj.config.server
Constructors in org.forgerock.opendj.config.server with parameters of type SubstitutionService Constructor Description ServerManagementContext(ConfigurationRepository repository, SubstitutionService substitutionService)Creates a context from the provided configuration repository.
-