Example usage for org.springframework.http.converter GenericHttpMessageConverter interface-usage

List of usage examples for org.springframework.http.converter GenericHttpMessageConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.http.converter GenericHttpMessageConverter interface-usage.

Usage

From source file com.alibaba.webmvc.extension.FastJsonHttpMessageConverter.java

/**
 * Created with IntelliJ IDEA.
 *
 * @author zizhi.zhzzh
 *         Date: 7/24/14
 *         Time: 11:39 PM

From source file com.kixeye.chassis.transport.http.SerDeHttpMessageConverter.java

/**
 * A SerDe based message converter.
 * 
 * @author ebahtijaragic
 */
public class SerDeHttpMessageConverter extends AbstractHttpMessageConverter<Object>

From source file com.github.cherimojava.data.spring.EntityConverter.java

/**
 * Converts a JSON HTTPMessage to and from Entity. To enable this converter you need to add it to your
 * {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter}. This can happen through
 * overriding the appropriate {@link org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport}
 * methods like
 * {@link org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport#configureMessageConverters} or

From source file org.springframework.http.converter.json.MappingJackson2HttpMessageConverter.java

/**
 * Implementation of {@link org.springframework.http.converter.HttpMessageConverter HttpMessageConverter}
 * that can read and write JSON using <a href="http://jackson.codehaus.org/">Jackson 2's</a> {@link ObjectMapper}.
 *
 * <p>This converter can be used to bind to typed beans, or untyped {@link java.util.HashMap HashMap} instances.
 *

From source file com.fiadot.springjsoncrypt.json.CryptMappingJacson2HttpMessageConverter.java

/**
 * Implementation of {@link org.springframework.http.converter.HttpMessageConverter HttpMessageConverter} that
 * can read and write JSON using <a href="http://jackson.codehaus.org/">Jackson 2.x's</a> {@link ObjectMapper}.
 *
 * <p>This converter can be used to bind to typed beans, or untyped {@link java.util.HashMap HashMap} instances.
 *