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 String
SubstitutionService. substitute(String source, SubstitutionContext context)
Perform variable substitution on thesource
String.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 aSubstitutionException
with 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 JsonValue
JsonValuePropertyEvaluator. evaluate(JsonValue object, SubstitutionContext context)
Traverses aJsonValue
and does property substitution as well as any type coercion.
-