public class GeometryReaderHttpMessageConverter extends AbstractHttpMessageConverter<GeometryReader>
| Constructor and Description |
|---|
GeometryReaderHttpMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
GeometryFactory |
getGeometryFactory() |
GeometryReader |
read(Class<? extends GeometryReader> clazz,
org.springframework.http.HttpInputMessage inputMessage) |
void |
setGeometryFactory(GeometryFactory geometryFactory) |
canRead, canWrite, getDefaultMediaType, getMediaTypes, getSupportedMediaTypes, isReadSupported, isWriteSupported, setDefaultMediaType, supports, writepublic GeometryFactory getGeometryFactory()
public GeometryReader read(Class<? extends GeometryReader> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
read in interface org.springframework.http.converter.HttpMessageConverter<GeometryReader>read in class AbstractHttpMessageConverter<GeometryReader>IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionpublic void setGeometryFactory(GeometryFactory geometryFactory)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.