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 |
Modifier and Type | Method and Description |
---|---|
protected DefinedSchemas |
VisitorFormatWrapperImpl.getSchemas() |
Constructor and Description |
---|
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 © 2022 FasterXML. All rights reserved.