public abstract class AbstractEurekaJacksonCodec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Set<java.lang.String> |
MINI_AMAZON_INFO_INCLUDE_KEYS |
| Constructor and Description |
|---|
AbstractEurekaJacksonCodec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMiniConfig(com.fasterxml.jackson.databind.ObjectMapper mapper) |
abstract <T> com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper(java.lang.Class<T> type) |
<T> void |
writeTo(T object,
java.io.OutputStream entityStream) |
protected static final java.util.Set<java.lang.String> MINI_AMAZON_INFO_INCLUDE_KEYS
public abstract <T> com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(java.lang.Class<T> type)
public <T> void writeTo(T object,
java.io.OutputStream entityStream)
throws java.io.IOException
java.io.IOExceptionprotected void addMiniConfig(com.fasterxml.jackson.databind.ObjectMapper mapper)