com.github.datalking.web.http.converter.MappingJackson2HttpMessageConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-mvc Show documentation
Show all versions of play-mvc Show documentation
simple mvc framework based on java servlet.
The newest version!
package com.github.datalking.web.http.converter;
import com.fasterxml.jackson.core.JsonEncoding;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.github.datalking.util.Assert;
import com.github.datalking.web.http.HttpInputMessage;
import com.github.datalking.web.http.HttpOutputMessage;
import com.github.datalking.web.http.MediaType;
import java.io.IOException;
import java.lang.reflect.Type;
import java.nio.charset.Charset;
/**
* @author yaoo on 5/4/18
*/
public class MappingJackson2HttpMessageConverter extends AbstractHttpMessageConverter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy