Interface | Description |
---|---|
JsonSchemaProducer |
Interface for objects that produce
JsonSchema instances;
implemented by visitors. |
Visitor |
Created by adb on 6/12/14.
|
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 supply
SchemaFactoryWrapper or its subclasses
to nested schema factories. |
Copyright © 2014-2015 FasterXML. All Rights Reserved.