Package | Description |
---|---|
com.fasterxml.jackson.module.jsonSchema.factories |
Modifier and Type | Class and Description |
---|---|
class |
AnyVisitor |
class |
ArrayVisitor |
class |
BooleanVisitor |
class |
IntegerVisitor |
class |
MapVisitor
While JSON Schema does not have notion of "Map" type (unlimited property
names), Jackson has, so the distinction is exposed.
|
class |
NullVisitor |
class |
NumberVisitor |
class |
ObjectVisitor |
class |
ObjectVisitorDecorator |
class |
StringVisitor |
class |
StructuredTypeVisitor |
Copyright © 2014-2015 FasterXML. All Rights Reserved.