Uses of Interface
org.everit.json.schema.FormatValidator
Packages that use FormatValidator
Package
Description
-
Uses of FormatValidator in org.everit.json.schema
Fields in org.everit.json.schema declared as FormatValidatorModifier and TypeFieldDescriptionstatic final FormatValidatorFormatValidator.NONENo-operation implementation (never throws {always returnsOptional.empty()).Methods in org.everit.json.schema that return FormatValidatorModifier and TypeMethodDescriptionstatic FormatValidatorStatic factory method forFormatValidatorimplementations supporting theformatNames mandated by the json schema spec.StringSchema.getFormatValidator()Methods in org.everit.json.schema with parameters of type FormatValidatorModifier and TypeMethodDescriptionStringSchema.Builder.formatValidator(FormatValidator formatValidator) Setter for the format validator. -
Uses of FormatValidator in org.everit.json.schema.internal
Classes in org.everit.json.schema.internal that implement FormatValidatorModifier and TypeClassDescriptionclassImplementation of the "date" format value.classImplementation of the "date-time" format value.classImplementation of the "email" format value.classImplementation of the "hostname" format value.classImplementation of the "ipv4" format value.classImplementation of the "ipv6" format value.classclassclassclassBase class for date and time format validatorsclassImplementation of the "time" format value.classImplementation of the "uri" format value.classclassclass -
Uses of FormatValidator in org.everit.json.schema.loader
Methods in org.everit.json.schema.loader with parameters of type FormatValidatorModifier and TypeMethodDescriptionSchemaLoader.SchemaLoaderBuilder.addFormatValidator(String formatName, FormatValidator formatValidator) Deprecated.SchemaLoader.SchemaLoaderBuilder.addFormatValidator(FormatValidator formatValidator) Registers a format validator with the name returned byformatName(). -
Uses of FormatValidator in org.everit.json.schema.loader.internal
Classes in org.everit.json.schema.loader.internal that implement FormatValidatorConstructors in org.everit.json.schema.loader.internal with parameters of type FormatValidatorModifierConstructorDescriptionWrappingFormatValidator(String formatName, FormatValidator wrappedValidator)
formatName()and useSchemaLoader.SchemaLoaderBuilder.addFormatValidator(FormatValidator)