| Package | Description |
|---|---|
| org.everit.json.schema | |
| org.everit.json.schema.internal | |
| org.everit.json.schema.loader |
| Modifier and Type | Field and Description |
|---|---|
static FormatValidator |
FormatValidator.NONE
No-operation implementation (never throws {always returns
Optional.empty()). |
| Modifier and Type | Method and Description |
|---|---|
static FormatValidator |
FormatValidator.forFormat(String formatName)
Static factory method for
FormatValidator implementations supporting the
formatNames mandated by the json schema spec. |
| Modifier and Type | Method and Description |
|---|---|
StringSchema.Builder |
StringSchema.Builder.formatValidator(FormatValidator formatValidator)
Setter for the format validator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateTimeFormatValidator
Implementation of the "date-time" format value.
|
class |
EmailFormatValidator
Implementation of the "email" format value.
|
class |
HostnameFormatValidator
Implementation of the "hostname" format value.
|
class |
IPV4Validator
Implementation of the "ipv4" format value.
|
class |
IPV6Validator
Implementation of the "ipv6" format value.
|
class |
URIFormatValidator
Implementation of the "uri" format value.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaLoader.SchemaLoaderBuilder |
SchemaLoader.SchemaLoaderBuilder.addFormatValidator(String formatName,
FormatValidator formatValidator) |
Copyright © 2011–2016 Everit Kft.. All rights reserved.