Uses of Interface
com.networknt.schema.Format
Packages that use Format
-
Uses of Format in com.networknt.schema
Fields in com.networknt.schema with type parameters of type FormatMethods in com.networknt.schema with parameters of type FormatModifier and TypeMethodDescriptionDeprecated.Adds the format.Method parameters in com.networknt.schema with type arguments of type FormatModifier and TypeMethodDescriptionJsonMetaSchema.Builder.addFormats(Collection<? extends Format> formats) Deprecated.JsonMetaSchema.Builder.formats(Collection<? extends Format> formats) Adds the formats.Customize the formats.JsonMetaSchema.FormatKeywordFactory.newInstance(Map<String, Format> formats) Creates a format keyword.Constructors in com.networknt.schema with parameters of type FormatModifierConstructorDescriptionFormatValidator(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 FormatModifierConstructorDescriptionFormatKeyword(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 FormatModifier and TypeClassDescriptionclassDeprecated.classAbstractFormatfor RFC 3986.classDeprecated.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.