Package com.fasterxml.jackson.module.jsonSchema.jakarta.factories
package com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
ClassDescriptionFactory class used for constructing visitors for building various JSON Schema instances via visitor interface.Interface for objects that produce
JsonSchema
instances; implemented by visitors.While JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.Created by adb on 6/12/14.Exists to supplySchemaFactoryWrapper
or its subclasses to nested schema factories.