Package | Description |
---|---|
com.fasterxml.jackson.dataformat.avro.schema |
Package that contains functionality for generating Avro Schemas
out of POJOs as seen by Jackson databind; similar to how Jackson's
JSON Schema generation works but producing different output.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayVisitor |
class |
DoubleVisitor |
class |
IntegerVisitor |
class |
MapVisitor |
class |
RecordVisitor |
class |
StringVisitor |
class |
VisitorBase |
Modifier and Type | Field and Description |
---|---|
protected SchemaBuilder |
VisitorFormatWrapperImpl._builder
Visitor used for resolving actual Schema, if structured type
(or one with complex configuration)
|
Copyright © 2016 FasterXML. All rights reserved.