Java org.springframework.http.converter GenericHttpMessageConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.converter GenericHttpMessageConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.converter GenericHttpMessageConverter.

The text is from its open source code.

Implementation

org.springframework.http.converter.GenericHttpMessageConverter has the following implementations.
Click this link to see all its implementation.

Method

booleancanRead(Type type, @Nullable Class contextClass, @Nullable MediaType mediaType)
Indicates whether the given type can be read by this converter.
Tread(Type type, @Nullable Class contextClass, HttpInputMessage inputMessage)
Read an object of the given type form the given input message, and returns it.