| Package | Description |
|---|---|
| com.fasterxml.jackson.module.jsonSchema | |
| com.fasterxml.jackson.module.jsonSchema.customProperties | |
| com.fasterxml.jackson.module.jsonSchema.factories |
| Constructor and Description |
|---|
JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper mapper,
SchemaFactoryWrapper visitor)
NOTE: resulting generator is NOT thread-safe, since typically
SchemaFactoryWrapper
being passed is not thread-safe. |
JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectWriter w,
SchemaFactoryWrapper visitor) |
| 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 | Method and Description |
|---|---|
SchemaFactoryWrapper |
WrapperFactory.getWrapper(com.fasterxml.jackson.databind.SerializerProvider provider) |
SchemaFactoryWrapper |
WrapperFactory.getWrapper(com.fasterxml.jackson.databind.SerializerProvider provider,
VisitorContext rvc) |
SchemaFactoryWrapper |
SchemaFactoryWrapper.setVisitorContext(VisitorContext rvc) |
Copyright © 2017 FasterXML. All rights reserved.