public class AvroJacksonCodec extends JsonJacksonCodec
Modifier and Type | Class and Description |
---|---|
static class |
AvroJacksonCodec.AvroExtendedMapper |
JsonJacksonCodec.ThrowableMixIn
INSTANCE
Constructor and Description |
---|
AvroJacksonCodec(Class<?> type,
com.fasterxml.jackson.dataformat.avro.AvroSchema schema) |
AvroJacksonCodec(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected void |
initTypeInclusion(com.fasterxml.jackson.databind.ObjectMapper mapObjectMapper) |
createObjectMapper, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, getObjectMapper, getValueDecoder, getValueEncoder, init
public AvroJacksonCodec(Class<?> type, com.fasterxml.jackson.dataformat.avro.AvroSchema schema)
public AvroJacksonCodec(ClassLoader classLoader)
protected void initTypeInclusion(com.fasterxml.jackson.databind.ObjectMapper mapObjectMapper)
initTypeInclusion
in class JsonJacksonCodec
Copyright © 2014–2017 The Redisson Project. All rights reserved.