com.alibaba.fastjson.support.spring
Class FastJsonHttpMessageConverter

java.lang.Object
  extended by org.springframework.http.converter.AbstractHttpMessageConverter<Object>
      extended by com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter
All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<Object>

public class FastJsonHttpMessageConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<Object>


Field Summary
static Charset UTF8
           
 
Constructor Summary
FastJsonHttpMessageConverter()
           
 
Method Summary
 
Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
canRead, canWrite, getSupportedMediaTypes, read, setSupportedMediaTypes, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF8

public static final Charset UTF8
Constructor Detail

FastJsonHttpMessageConverter

public FastJsonHttpMessageConverter()


Copyright © 2012 Alibaba Group. All Rights Reserved.