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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.http.converter.json.GsonHttpMessageConverter has subclasses.
Click this link to see all its subclasses.

Constructor

GsonHttpMessageConverter(Gson gson)
Construct a new GsonHttpMessageConverter with the given delegate.
GsonHttpMessageConverter()
Construct a new GsonHttpMessageConverter with default configuration.

Method

voidsetGson(Gson gson)
Set the Gson instance to use.