public abstract class CustomAbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed>
extends org.springframework.http.converter.AbstractHttpMessageConverter<T>
Modifier and Type | Field and Description |
---|---|
static Charset |
DEFAULT_CHARSET |
Modifier | Constructor and Description |
---|---|
protected |
CustomAbstractWireFeedHttpMessageConverter(org.springframework.http.MediaType supportedMediaType) |
Modifier and Type | Method and Description |
---|---|
protected T |
readInternal(Class<? extends T> clazz,
org.springframework.http.HttpInputMessage inputMessage) |
protected void |
writeInternal(T t,
org.springframework.http.HttpOutputMessage outputMessage) |
public static final Charset DEFAULT_CHARSET
protected CustomAbstractWireFeedHttpMessageConverter(org.springframework.http.MediaType supportedMediaType)
protected T readInternal(Class<? extends T> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException
readInternal
in class org.springframework.http.converter.AbstractHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed>
IOException
protected void writeInternal(T t, org.springframework.http.HttpOutputMessage outputMessage) throws IOException
writeInternal
in class org.springframework.http.converter.AbstractHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed>
IOException
Copyright © 2010–2019. All rights reserved.