Uses of Interface
com.networknt.schema.Format
-
Packages that use Format Package Description com.networknt.schema com.networknt.schema.format -
-
Uses of Format in com.networknt.schema
Fields in com.networknt.schema with type parameters of type Format Modifier and Type Field Description static List<Format>
JsonSchemaVersion. BUILTIN_FORMATS
static List<Format>
JsonMetaSchema. COMMON_BUILTIN_FORMATS
Methods in com.networknt.schema with parameters of type Format Modifier and Type Method Description JsonMetaSchema.Builder
JsonMetaSchema.Builder. addFormat(Format format)
Method parameters in com.networknt.schema with type arguments of type Format Modifier and Type Method Description JsonMetaSchema.Builder
JsonMetaSchema.Builder. addFormats(Collection<? extends Format> formats)
Constructors in com.networknt.schema with parameters of type Format Constructor Description FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, Format format, ValidatorTypeCode type)
Constructor parameters in com.networknt.schema with type arguments of type Format Constructor Description FormatKeyword(ValidatorTypeCode type, Map<String,Format> formats)
-
Uses of Format in com.networknt.schema.format
Classes in com.networknt.schema.format that implement Format Modifier and Type Class Description class
AbstractFormat
Used for Formats that do not need to use theExecutionContext
.class
AbstractRFC3986Format
class
BaseFormat
Base implementation ofFormat
.class
DateFormat
class
DurationFormat
class
EmailFormat
class
IdnEmailFormat
class
IdnHostnameFormat
class
IriFormat
class
IriReferenceFormat
class
PatternFormat
class
RegexFormat
Validates that a value is a valid regex.class
TimeFormat
Validates that a value conforms to the time specification in RFC 3339.class
UriFormat
class
UriReferenceFormat
-