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

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

Introduction

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

The text is from its open source code.

Constructor

MappingJacksonValue(Object value)
Create a new instance wrapping the given POJO to be serialized.

Method

FilterProvidergetFilters()
Return the Jackson filter provider to use.
ClassgetSerializationView()
Return the serialization view to use.
ObjectgetValue()
Return the POJO that needs to be serialized.