fromJson
Builds a resolver from a JSON configuration String. See the class documentation for the schema. Parsing is eager and fail-fast.
Throws
if the JSON is invalid or any rule is malformed.
Builds a resolver from a JSON configuration InputStream (e.g. a classpath resource). See the class documentation for the schema. Parsing is eager and fail-fast.
Throws
if the JSON is invalid or any rule is malformed.