Package | Description |
---|---|
org.forgerock.config.resolvers |
This package contains the common config property resolvers.
|
org.forgerock.config.util |
Contains utility classes for commons config.
|
Modifier and Type | Method and Description |
---|---|
String |
SubstitutionService.substitute(String source,
SubstitutionContext context)
Perform variable substitution on the
source String. |
Constructor and Description |
---|
SubstitutionException(String message,
SubstitutionContext context)
Creates a
SubstitutionException with the given message . |
SubstitutionException(String message,
Throwable cause,
SubstitutionContext context)
|
Modifier and Type | Method and Description |
---|---|
JsonValue |
JsonValuePropertyEvaluator.evaluate(JsonValue object,
SubstitutionContext context)
Traverses a
JsonValue and does property substitution as well as any type coercion. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.