@Deprecated public class FastJsonHttpMessageConverter4 extends FastJsonHttpMessageConverter
APPLICATION_JAVASCRIPT| 构造器和说明 |
|---|
FastJsonHttpMessageConverter4()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canRead(Type type,
Class<?> contextClass,
org.springframework.http.MediaType mediaType)
已过时。
|
boolean |
canWrite(Type type,
Class<?> clazz,
org.springframework.http.MediaType mediaType)
已过时。
|
Object |
read(Type type,
Class<?> contextClass,
org.springframework.http.HttpInputMessage inputMessage)
已过时。
|
void |
write(Object o,
Type type,
org.springframework.http.MediaType contentType,
org.springframework.http.HttpOutputMessage outputMessage)
已过时。
|
addSerializeFilter, getCharset, getDateFormat, getFastJsonConfig, getFeatures, getFilters, setCharset, setDateFormat, setFastJsonConfig, setFeatures, setFilterspublic boolean canRead(Type type, Class<?> contextClass, org.springframework.http.MediaType mediaType)
canRead 在接口中 org.springframework.http.converter.GenericHttpMessageConverter<Object>canRead 在类中 FastJsonHttpMessageConverterpublic boolean canWrite(Type type, Class<?> clazz, org.springframework.http.MediaType mediaType)
canWrite 在接口中 org.springframework.http.converter.GenericHttpMessageConverter<Object>canWrite 在类中 FastJsonHttpMessageConverterpublic Object read(Type type, Class<?> contextClass, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
read 在接口中 org.springframework.http.converter.GenericHttpMessageConverter<Object>read 在类中 FastJsonHttpMessageConverterIOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionpublic void write(Object o, Type type, org.springframework.http.MediaType contentType, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
write 在接口中 org.springframework.http.converter.GenericHttpMessageConverter<Object>write 在类中 FastJsonHttpMessageConverterIOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionCopyright © 2012–2020 Alibaba Group. All rights reserved.