Example usage for org.springframework.context.support ConversionServiceFactoryBean subclass-usage

List of usage examples for org.springframework.context.support ConversionServiceFactoryBean subclass-usage

Introduction

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

Usage

From source file org.openmrs.module.uiframework.UiFrameworkConversionServiceFactoryBean.java

/**
 * We ovverride Spring's implementation so we can autowire all spring-managed converters.
 * This allows other modules (besides uiframework) to provide converters.
 */
public class UiFrameworkConversionServiceFactoryBean extends ConversionServiceFactoryBean {

From source file com.asual.summer.core.spring.ConversionDiscoveryFactoryBean.java

/**
 * 
 * @author Rostislav Hristov
 *
 */
public class ConversionDiscoveryFactoryBean extends ConversionServiceFactoryBean {