Package com.fasterxml.jackson.module.jsonSchema.jakarta.factories
-
Interface Summary Interface Description JsonSchemaProducer Interface for objects that produceJsonSchema
instances; implemented by visitors.Visitor Created by adb on 6/12/14. -
Class Summary Class Description AnyVisitor ArrayVisitor BooleanVisitor FormatVisitorFactory Factory class used for constructing visitors for building various JSON Schema instances via visitor interface.IntegerVisitor JsonSchemaFactory MapVisitor While JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.NullVisitor NumberVisitor ObjectVisitor ObjectVisitorDecorator SchemaFactoryWrapper StringVisitor StructuredTypeVisitor VisitorContext WrapperFactory Exists to supplySchemaFactoryWrapper
or its subclasses to nested schema factories.