public class MappingFastJsonMessageConverter
extends org.springframework.messaging.converter.AbstractMessageConverter
Compatible Spring Messaging version 4+
AbstractMessageConverter
Constructor and Description |
---|
MappingFastJsonMessageConverter() |
Modifier and Type | Method and Description |
---|---|
FastJsonConfig |
getFastJsonConfig() |
void |
setFastJsonConfig(FastJsonConfig fastJsonConfig) |
convertFromInternal, convertToInternal, fromMessage, fromMessage, getContentTypeResolver, getSerializedPayloadClass, getSupportedMimeTypes, isStrictContentTypeMatch, setContentTypeResolver, setSerializedPayloadClass, setStrictContentTypeMatch, toMessage, toMessage
public FastJsonConfig getFastJsonConfig()
public void setFastJsonConfig(FastJsonConfig fastJsonConfig)
fastJsonConfig
- the fastJsonConfig to set.Copyright © 2012–2022 Alibaba Group. All rights reserved.