public static final class JsonValuePropertyEvaluator.CoercionFunctionSpecBuilder extends Object
JsonValuePropertyEvaluator.CoercionFunctionSpec
.Modifier and Type | Method and Description |
---|---|
JsonValuePropertyEvaluator.CoercionFunctionSpec |
using(Function<JsonValue,Object,JsonValueException> function)
Specify the function that will convert the matched JSON into an object.
|
public JsonValuePropertyEvaluator.CoercionFunctionSpec using(Function<JsonValue,Object,JsonValueException> function)
function
- The function.Copyright © 2010-2018, ForgeRock All Rights Reserved.