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

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

Introduction

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

Usage

From source file org.springframework.batch.admin.domain.support.VariableTypeJackson2ObjectMapperFactoryBean.java

/**
 * Extension of the {@link org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean} to
 * configure the resulting {@link com.fasterxml.jackson.databind.ObjectMapper} to provide the types in
 * the output.  This is needed for use cases involving Spring Batch's
 * {@link org.springframework.batch.item.ExecutionContext} which can contain a mixture of value types.
 *