org.springframework.yarn.integration.convert
Class ConverterRegistrar
java.lang.Object
org.springframework.yarn.integration.convert.ConverterRegistrar
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
public class ConverterRegistrar
- extends java.lang.Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
Utility class that keeps track of a set of Converters in order to register
them with the "integrationConversionService" upon initialization.
- Author:
- Oleg Zhurakousky, Mark Fisher, Janne Valkealahti
Constructor Summary |
ConverterRegistrar(java.util.Set<org.springframework.core.convert.converter.Converter<?,?>> converters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterRegistrar
public ConverterRegistrar(java.util.Set<org.springframework.core.convert.converter.Converter<?,?>> converters)
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
- Specified by:
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception