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 SchemaBuilder
public com.fasterxml.jackson.databind.SerializerProvider getProvider()
getProvider
in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider
public void setProvider(com.fasterxml.jackson.databind.SerializerProvider provider)
setProvider
in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider
Copyright © 2020 FasterXML. All rights reserved.