com.github.fge.jsonschema.keyword.digest.common
Class MinimumDigester
java.lang.Object
com.github.fge.jsonschema.keyword.digest.AbstractDigester
com.github.fge.jsonschema.keyword.digest.helpers.NumericDigester
com.github.fge.jsonschema.keyword.digest.common.MinimumDigester
- All Implemented Interfaces:
- Digester
public final class MinimumDigester
- extends NumericDigester
Digester for minimum
This uses NumericDigester
as a base, and also stores information
about the presence (or not) of exclusiveMinimum
.
getInstance
public static Digester getInstance()
digest
public JsonNode digest(JsonNode schema)
- Description copied from interface:
Digester
- Digest a schema into a simplified form
- Parameters:
schema
- the schema to digest
- Returns:
- the digested form
Copyright © 2014. All Rights Reserved.