Uses of Interface
com.networknt.schema.format.Format
-
Packages that use Format Package Description com.networknt.schema.dialect com.networknt.schema.format com.networknt.schema.keyword -
-
Uses of Format in com.networknt.schema.dialect
Methods in com.networknt.schema.dialect with parameters of type Format Modifier and Type Method Description Dialect.BuilderDialect.Builder. format(Format format)Adds the format.Method parameters in com.networknt.schema.dialect with type arguments of type Format Modifier and Type Method Description Dialect.BuilderDialect.Builder. formats(Collection<? extends Format> formats)Adds the formats.Dialect.BuilderDialect.Builder. formats(Consumer<Map<String,Format>> customizer)Customize the formats.FormatKeywordDialect.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 Format Modifier and Type Class Description classAbstractRFC3986FormatFormatfor RFC 3986 Uniform Resource Identifier (URI): Generic Syntax.classDateFormatFormat for date.classDateTimeFormatFormat for date-time.classDurationFormatFormat for duration.classEmailFormatFormat for email.classIdnEmailFormatFormat for idn-email.classIdnHostnameFormatFormat for idn-hostname.classIPv6FormatFormat for ipv6.classIriFormatFormat for iri.classIriReferenceFormatFormat for iri-reference.classPatternFormatFormat using a regex pattern.classRegexFormatFormat for regex.classTimeFormatFormat for time.classUriFormatFormat for uri.classUriReferenceFormatFormat for uri-reference.Fields in com.networknt.schema.format with type parameters of type Format Modifier and Type Field Description static List<Format>Formats. DEFAULT -
Uses of Format in com.networknt.schema.keyword
Constructors in com.networknt.schema.keyword with parameters of type Format Constructor Description FormatValidator(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 Format Constructor Description FormatKeyword(Keyword type, Map<String,Format> formats)FormatKeyword(String value, Map<String,Format> formats)FormatKeyword(Map<String,Format> formats)
-