Uses of Package
com.fasterxml.jackson.module.jsonSchema.factories
Packages that use com.fasterxml.jackson.module.jsonSchema.factories
Package
Description
-
Classes in com.fasterxml.jackson.module.jsonSchema.factories used by com.fasterxml.jackson.module.jsonSchemaClassDescriptionExists to supply
SchemaFactoryWrapper
or its subclasses to nested schema factories. -
Classes in com.fasterxml.jackson.module.jsonSchema.factories used by com.fasterxml.jackson.module.jsonSchema.customPropertiesClassDescriptionCreated by adb on 6/12/14.Exists to supply
SchemaFactoryWrapper
or its subclasses to nested schema factories. -
Classes in com.fasterxml.jackson.module.jsonSchema.factories used by com.fasterxml.jackson.module.jsonSchema.factoriesClassDescriptionFactory class used for constructing visitors for building various JSON Schema instances via visitor interface.Interface for objects that produce
JsonSchema
instances; implemented by visitors.Created by adb on 6/12/14.Exists to supplySchemaFactoryWrapper
or its subclasses to nested schema factories.