Package | Description |
---|---|
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageNotReadableException
Thrown by
HttpMessageConverter implementations when the
read method fails. |
class |
HttpMessageNotWritableException
Thrown by
HttpMessageConverter implementations when the
write method fails. |
Copyright © 2014. All rights reserved.