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>Formats. DEFAULTMethods in com.networknt.schema with parameters of type Format Modifier and Type Method Description JsonMetaSchema.BuilderJsonMetaSchema.Builder. addFormat(Format format)Deprecated.JsonMetaSchema.BuilderJsonMetaSchema.Builder. format(Format format)Adds the format.Method parameters in com.networknt.schema with type arguments of type Format Modifier and Type Method Description JsonMetaSchema.BuilderJsonMetaSchema.Builder. addFormats(Collection<? extends Format> formats)Deprecated.JsonMetaSchema.BuilderJsonMetaSchema.Builder. formats(Collection<? extends Format> formats)Adds the formats.JsonMetaSchema.BuilderJsonMetaSchema.Builder. formats(Consumer<Map<String,Format>> customizer)Customize the formats.FormatKeywordJsonMetaSchema.FormatKeywordFactory. newInstance(Map<String,Format> formats)Creates a format keyword.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, ErrorMessageType errorMessageType, Keyword keyword)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)FormatKeyword(String value, ErrorMessageType errorMessageType, Map<String,Format> formats)FormatKeyword(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 classAbstractFormatDeprecated.classAbstractRFC3986FormatAbstractFormatfor RFC 3986.classBaseFormatDeprecated.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.
-