| 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 | Field and Description | 
|---|---|
| protected DefinedSchemas | VisitorFormatWrapperImpl. _schemas | 
| protected DefinedSchemas | StringVisitor. _schemas | 
| protected DefinedSchemas | RecordVisitor. _schemas | 
| protected DefinedSchemas | MapVisitor. _schemas | 
| protected DefinedSchemas | ArrayVisitor. _schemas | 
| Constructor and Description | 
|---|
| ArrayVisitor(com.fasterxml.jackson.databind.SerializerProvider p,
            com.fasterxml.jackson.databind.JavaType type,
            DefinedSchemas schemas) | 
| MapVisitor(com.fasterxml.jackson.databind.SerializerProvider p,
          com.fasterxml.jackson.databind.JavaType type,
          DefinedSchemas schemas) | 
| RecordVisitor(com.fasterxml.jackson.databind.SerializerProvider p,
             com.fasterxml.jackson.databind.JavaType type,
             DefinedSchemas schemas) | 
| StringVisitor(com.fasterxml.jackson.databind.SerializerProvider provider,
             DefinedSchemas schemas,
             com.fasterxml.jackson.databind.JavaType t) | 
| VisitorFormatWrapperImpl(DefinedSchemas schemas,
                        com.fasterxml.jackson.databind.SerializerProvider p) | 
Copyright © 2019 FasterXML. All rights reserved.