| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.format |
Format attribute classes
|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| Modifier and Type | Method and Description |
|---|---|
static FormatBundle |
FormatBundle.defaultBundle()
Create a new bundle with the default format attribute set
|
static FormatBundle |
FormatBundle.newBundle()
Create a new, empty bundle
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatBundle.mergeWith(FormatBundle other)
Merge with another bundle
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.addFormats(FormatBundle formatBundle)
Merge the existing bundle with another, custom bundle
|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.withFormatBundle(FormatBundle formatBundle)
Replace the format bundle with a custom bundle
|
Copyright © 2012. All Rights Reserved.