Package | Description |
---|---|
com.fasterxml.jackson.module.jsonSchema.customProperties | |
com.fasterxml.jackson.module.jsonSchema.factories |
Modifier and Type | Class and Description |
---|---|
class |
HyperSchemaFactoryWrapper
Adds a hyperlink to object schema, either root level or nested.
|
class |
TitleSchemaFactoryWrapper
Adds a title to every object schema, either root level or nested.
|
class |
ValidationSchemaFactoryWrapper |
Modifier and Type | Class and Description |
---|---|
class |
ArrayVisitor |
class |
MapVisitor
While JSON Schema does not have notion of "Map" type (unlimited property
names), Jackson has, so the distinction is exposed.
|
class |
ObjectVisitor |
class |
SchemaFactoryWrapper |
Modifier and Type | Method and Description |
---|---|
Visitor |
Visitor.setVisitorContext(VisitorContext rvc) |
Visitor |
SchemaFactoryWrapper.setVisitorContext(VisitorContext rvc) |
Visitor |
ObjectVisitor.setVisitorContext(VisitorContext rvc) |
Visitor |
MapVisitor.setVisitorContext(VisitorContext rvc) |
Visitor |
ArrayVisitor.setVisitorContext(VisitorContext rvc) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.