Uses of Interface
com.networknt.schema.format.Format
Packages that use Format
Package
Description
-
Uses of Format in com.networknt.schema.dialect
Methods in com.networknt.schema.dialect with parameters of type FormatModifier and TypeMethodDescriptionAdds the format.Method parameters in com.networknt.schema.dialect with type arguments of type FormatModifier and TypeMethodDescriptionDialect.Builder.formats(Collection<? extends Format> formats) Adds the formats.Customize the formats.Dialect.FormatKeywordFactory.newInstance(Map<String, Format> formats) Creates a format keyword. -
Uses of Format in com.networknt.schema.format
Classes in com.networknt.schema.format that implement FormatModifier and TypeClassDescriptionclassFormatfor RFC 3986 Uniform Resource Identifier (URI): Generic Syntax.classFormat for date.classFormat for date-time.classFormat for duration.classFormat for email.classFormat for idn-email.classFormat for idn-hostname.classFormat for ipv6.classFormat for iri.classFormat for iri-reference.classFormat using a regex pattern.classFormat for regex.classFormat for time.classFormat for uri.classFormat for uri-reference.Fields in com.networknt.schema.format with type parameters of type Format -
Uses of Format in com.networknt.schema.keyword
Constructors in com.networknt.schema.keyword with parameters of type FormatModifierConstructorDescriptionFormatValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, SchemaContext schemaContext, Format format, Keyword keyword) Constructor parameters in com.networknt.schema.keyword with type arguments of type FormatModifierConstructorDescriptionFormatKeyword(Keyword type, Map<String, Format> formats) FormatKeyword(String value, Map<String, Format> formats) FormatKeyword(Map<String, Format> formats)