Example usage for org.springframework.http.converter.json GsonHttpMessageConverter subclass-usage

List of usage examples for org.springframework.http.converter.json GsonHttpMessageConverter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.http.converter.json GsonHttpMessageConverter subclass-usage.

Usage

From source file com.ericsson.eiffel.remrem.publish.config.GsonHttpMessageConverterWithValidate.java

/**
 * Ugly class that "overrides" private methods in order to get hold of the inputstream (the json body) so that we can
 * perform a check for duplicate keys.
 * <p>
 *
 * Gson does not support check for duplicate keys yet.

From source file com.ericsson.eiffel.remrem.generate.config.GsonHttpMessageConverterWithValidate.java

/**
 * Ugly class that "overrides" private methods in order to get hold of the inputstream (the json body) so that we can
 * perform a check for duplicate keys.
 * <p>
 *
 * Gson does not support check for duplicate keys yet.