public final class DraftV4TypeDigester extends AbstractDigester
type (draft v4)
This will store a set of allowed types. It will, for instance, produce the same digested form of these two forms:
{"type": "string" } { "type": [ "string" ] } FACTORY, keyword| Modifier and Type | Method and Description |
|---|---|
JsonNode |
digest(JsonNode schema)
Digest a schema into a simplified form
|
static Digester |
getInstance() |
supportedTypes, toString