public abstract class VisitorBase extends Object implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider, SchemaBuilder
| Modifier and Type | Field and Description | 
|---|---|
| protected com.fasterxml.jackson.databind.SerializerProvider | _provider | 
| Constructor and Description | 
|---|
| VisitorBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract org.apache.avro.Schema | builtAvroSchema() | 
| com.fasterxml.jackson.databind.SerializerProvider | getProvider() | 
| void | setProvider(com.fasterxml.jackson.databind.SerializerProvider provider) | 
public abstract org.apache.avro.Schema builtAvroSchema()
builtAvroSchema in interface SchemaBuilderpublic com.fasterxml.jackson.databind.SerializerProvider getProvider()
getProvider in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProviderpublic void setProvider(com.fasterxml.jackson.databind.SerializerProvider provider)
setProvider in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProviderCopyright © 2016 FasterXML. All rights reserved.