Uses of Class
org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpec
-
Packages that use JsonValuePropertyEvaluator.CoercionFunctionSpec Package Description org.forgerock.config.util Contains utility classes for commons config. -
-
Uses of JsonValuePropertyEvaluator.CoercionFunctionSpec in org.forgerock.config.util
Methods in org.forgerock.config.util that return JsonValuePropertyEvaluator.CoercionFunctionSpec Modifier and Type Method 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(BiFunction<JsonValue,SubstitutionService,Object,JsonValueException> function)
Specify the function that will convert the matched JSON into an object.Constructor parameters in org.forgerock.config.util with type arguments of type JsonValuePropertyEvaluator.CoercionFunctionSpec Constructor Description JsonValuePropertyEvaluator(SubstitutionService substitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec> coercionFunctions)
Constructs a JsonValuePropertyEvaluator which traverses aJsonValue
and does property substitution as well as type coercion.
-