Uses of Class
org.forgerock.config.util.JsonValuePropertyEvaluator.CoercionFunctionSpec
Packages that use JsonValuePropertyEvaluator.CoercionFunctionSpec
-
Uses of JsonValuePropertyEvaluator.CoercionFunctionSpec in org.forgerock.config.util
Methods in org.forgerock.config.util that return JsonValuePropertyEvaluator.CoercionFunctionSpecModifier and TypeMethodDescriptionJsonValuePropertyEvaluator.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.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.CoercionFunctionSpecModifierConstructorDescriptionJsonValuePropertyEvaluator
(SubstitutionService substitutionService, List<JsonValuePropertyEvaluator.CoercionFunctionSpec> coercionFunctions) Constructs a JsonValuePropertyEvaluator which traverses aJsonValue
and does property substitution as well as type coercion.