@Deprecated public class FastJsonpHttpMessageConverter4 extends FastJsonHttpMessageConverter
FastJsonHttpMessageConverterAPPLICATION_JAVASCRIPT, dateFormat, features, filters| Constructor and Description |
|---|
FastJsonpHttpMessageConverter4()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(Type type,
Class<?> contextClass,
MediaType mediaType)
Deprecated.
|
boolean |
canWrite(Type type,
Class<?> clazz,
MediaType mediaType)
Deprecated.
|
Object |
read(Type type,
Class<?> contextClass,
HttpInputMessage inputMessage)
Deprecated.
|
protected Object |
readInternal(Class<?> clazz,
HttpInputMessage inputMessage)
Deprecated.
|
protected boolean |
supports(Class<?> clazz)
Deprecated.
|
void |
write(Object o,
Type type,
MediaType contentType,
HttpOutputMessage outputMessage)
Deprecated.
|
protected void |
writeInternal(Object object,
HttpOutputMessage outputMessage)
Deprecated.
|
addSerializeFilter, getCharset, getDateFormat, getFastJsonConfig, getFeatures, getFilters, getType, setCharset, setDateFormat, setFastJsonConfig, setFeatures, setFilterspublic FastJsonpHttpMessageConverter4()
protected boolean supports(Class<?> clazz)
supports in class FastJsonHttpMessageConverterpublic boolean canRead(Type type, Class<?> contextClass, MediaType mediaType)
canRead in class FastJsonHttpMessageConverterpublic boolean canWrite(Type type, Class<?> clazz, MediaType mediaType)
canWrite in class FastJsonHttpMessageConverterpublic Object read(Type type, Class<?> contextClass, HttpInputMessage inputMessage) throws IOException, HttpMessageNotReadableException
read in class FastJsonHttpMessageConverterIOExceptionHttpMessageNotReadableExceptionpublic void write(Object o, Type type, MediaType contentType, HttpOutputMessage outputMessage) throws IOException, HttpMessageNotWritableException
write in class FastJsonHttpMessageConverterIOExceptionHttpMessageNotWritableExceptionprotected Object readInternal(Class<?> clazz, HttpInputMessage inputMessage) throws IOException, HttpMessageNotReadableException
readInternal in class FastJsonHttpMessageConverterIOExceptionHttpMessageNotReadableExceptionprotected void writeInternal(Object object, HttpOutputMessage outputMessage) throws IOException, HttpMessageNotWritableException
writeInternal in class FastJsonHttpMessageConverterIOExceptionHttpMessageNotWritableExceptionCopyright © 2023. All rights reserved.