Uses of Interface
com.networknt.schema.Format
-
Packages that use Format Package Description com.networknt.schema -
-
Uses of Format in com.networknt.schema
Classes in com.networknt.schema that implement Format Modifier and Type Class Description class
AbstractFormat
class
PatternFormat
Methods in com.networknt.schema with parameters of type Format Modifier and Type Method Description JsonMetaSchema.Builder
JsonMetaSchema.Builder. addFormat(Format format)
Method parameters in com.networknt.schema with type arguments of type Format Modifier and Type Method Description JsonMetaSchema.Builder
JsonMetaSchema.Builder. addFormats(Collection<? extends Format> formats)
Constructors in com.networknt.schema with parameters of type Format Constructor Description FormatValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, Format format)
Constructor parameters in com.networknt.schema with type arguments of type Format Constructor Description FormatKeyword(ValidatorTypeCode type, Map<String,Format> formats)
-