public final class AdditionalItemsDigester extends AbstractDigester
additionalItems
The digested form is very simple: additional items are always allowed
unless the keword is false
and items
is an array. In
this last case, the size of the items
array is stored.
FACTORY, keyword
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
digest(com.fasterxml.jackson.databind.JsonNode schema)
Digest a schema into a simplified form
|
static Digester |
getInstance() |
supportedTypes, toString
public static Digester getInstance()
public com.fasterxml.jackson.databind.JsonNode digest(com.fasterxml.jackson.databind.JsonNode schema)
Digester
schema
- the schema to digestCopyright © 2014. All Rights Reserved.