Package | Description |
---|---|
org.forgerock.config.util |
Contains utility classes for commons config.
|
Modifier and Type | Method and Description |
---|---|
static JsonValuePropertyEvaluator.CoercionFunctionSpec |
JsonValuePropertyEvaluator.inlineCoercionFunction(Path relativeTo)
Creates a coercion function that inlines the content of another file that may be a relative path to a current
location.
|
JsonValuePropertyEvaluator.CoercionFunctionSpec |
JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder.using(Function<JsonValue,Object,JsonValueException> function)
Specify the function that will convert the matched JSON into an object.
|
Constructor and Description |
---|
JsonValuePropertyEvaluator(SubstitutionService substitutionService,
List<JsonValuePropertyEvaluator.CoercionFunctionSpec> coercionFunctions)
Constructs a JsonValuePropertyEvaluator which traverses a
JsonValue and does property
substitution as well as type coercion. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.