Example usage for org.springframework.format.support FormattingConversionServiceFactoryBean subclass-usage

List of usage examples for org.springframework.format.support FormattingConversionServiceFactoryBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.format.support FormattingConversionServiceFactoryBean subclass-usage.

Usage

From source file com.jd.survey.web.ApplicationConversionServiceFactoryBean.java

/**
 * A central place to register survey converters and formatters. 
 */
@Configurable
public class ApplicationConversionServiceFactoryBean extends FormattingConversionServiceFactoryBean {
    private static final Log log = LogFactory.getLog(ApplicationConversionServiceFactoryBean.class);