public class AvroJacksonModule
extends com.fasterxml.jackson.databind.Module
Module that provides serialization and deserialization of Avro objects
extending from SpecificRecordBase.
To use this module, register it with the ObjectMapper.
An instance of BuildInfo is required to instantiate a AvroJacksonModule.
| Modifier and Type | Method and Description |
|---|---|
String |
getModuleName() |
void |
setupModule(com.fasterxml.jackson.databind.Module.SetupContext context) |
com.fasterxml.jackson.core.Version |
version() |
public com.fasterxml.jackson.core.Version version()
version in interface com.fasterxml.jackson.core.Versionedversion in class com.fasterxml.jackson.databind.Modulepublic String getModuleName()
getModuleName in class com.fasterxml.jackson.databind.Modulepublic void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
setupModule in class com.fasterxml.jackson.databind.ModuleCopyright © 2018 Cerner Innovation, Inc.. All rights reserved.