cn.gtmap.estateplat.core.support.fastjson
类 FastjsonHttpMessageConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<Object>
cn.gtmap.estateplat.core.support.fastjson.FastjsonHttpMessageConverter
- 所有已实现的接口:
- org.springframework.http.converter.HttpMessageConverter<Object>
public class FastjsonHttpMessageConverter
- extends org.springframework.http.converter.AbstractHttpMessageConverter<Object>
.
- 版本:
- V1.0, 11-12-29
- 作者:
- yangxin
| 从类 org.springframework.http.converter.AbstractHttpMessageConverter 继承的字段 |
logger |
| 从类 org.springframework.http.converter.AbstractHttpMessageConverter 继承的方法 |
canRead, canRead, canWrite, canWrite, getContentLength, getDefaultContentType, getSupportedMediaTypes, read, setSupportedMediaTypes, write |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHARSET
public static final Charset DEFAULT_CHARSET
FastjsonHttpMessageConverter
public FastjsonHttpMessageConverter()
setJsonpParameterName
public void setJsonpParameterName(String jsonpParameterName)
supports
protected boolean supports(Class<?> clazz)
- 指定者:
- 类
org.springframework.http.converter.AbstractHttpMessageConverter<Object> 中的 supports
readInternal
protected Object readInternal(Class<?> clazz,
org.springframework.http.HttpInputMessage inputMessage)
throws IOException,
org.springframework.http.converter.HttpMessageNotReadableException
- 指定者:
- 类
org.springframework.http.converter.AbstractHttpMessageConverter<Object> 中的 readInternal
- 抛出:
IOException
org.springframework.http.converter.HttpMessageNotReadableException
writeInternal
protected void writeInternal(Object o,
org.springframework.http.HttpOutputMessage outputMessage)
throws IOException,
org.springframework.http.converter.HttpMessageNotWritableException
- 指定者:
- 类
org.springframework.http.converter.AbstractHttpMessageConverter<Object> 中的 writeInternal
- 抛出:
IOException
org.springframework.http.converter.HttpMessageNotWritableException
Copyright © 2015–2018 cn.gtmap. All rights reserved.