Uses of Class
org.forgerock.config.resolvers.SubstitutionContext
-
Packages that use SubstitutionContext Package Description org.forgerock.config.resolvers This package contains the common config property resolvers.org.forgerock.config.util Contains utility classes for commons config. -
-
Uses of SubstitutionContext in org.forgerock.config.resolvers
Methods in org.forgerock.config.resolvers with parameters of type SubstitutionContext Modifier and Type Method Description StringSubstitutionService. substitute(String source, SubstitutionContext context)Perform variable substitution on thesourceString.Constructors in org.forgerock.config.resolvers with parameters of type SubstitutionContext Constructor Description SubstitutionException(String message, Throwable cause, SubstitutionContext context)SubstitutionException(String message, SubstitutionContext context)Creates aSubstitutionExceptionwith the givenmessage. -
Uses of SubstitutionContext in org.forgerock.config.util
Methods in org.forgerock.config.util with parameters of type SubstitutionContext Modifier and Type Method Description JsonValueJsonValuePropertyEvaluator. evaluate(JsonValue object, SubstitutionContext context)Traverses aJsonValueand does property substitution as well as any type coercion.
-