public abstract class AbstractJsonMessageConverter extends AbstractMessageConverter
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CHARSET |
Constructor and Description |
---|
AbstractJsonMessageConverter() |
Modifier and Type | Method and Description |
---|---|
ClassMapper |
getClassMapper() |
String |
getDefaultCharset() |
void |
setClassMapper(ClassMapper classMapper) |
void |
setDefaultCharset(String defaultCharset)
Specify the default charset to use when converting to or from text-based
Message body content.
|
createMessage, fromMessage, isCreateMessageIds, setCreateMessageIds, toMessage
public static final String DEFAULT_CHARSET
public ClassMapper getClassMapper()
public void setClassMapper(ClassMapper classMapper)
public void setDefaultCharset(String defaultCharset)
public String getDefaultCharset()