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_FORMATSstatic List<Format>JsonMetaSchema. COMMON_BUILTIN_FORMATSMethods in com.networknt.schema with parameters of type Format Modifier and Type Method Description JsonMetaSchema.BuilderJsonMetaSchema.Builder. addFormat(Format 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)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 classAbstractFormatUsed for Formats that do not need to use theExecutionContext.classAbstractRFC3986FormatclassBaseFormatBase implementation ofFormat.classDateFormatclassDurationFormatclassEmailFormatclassIdnEmailFormatclassIdnHostnameFormatclassIriFormatclassIriReferenceFormatclassPatternFormatclassRegexFormatValidates that a value is a valid regex.classTimeFormatValidates that a value conforms to the time specification in RFC 3339.classUriFormatclassUriReferenceFormat
-