org.springframework.yarn.integration.convert
Class ConverterRegistrar
java.lang.Object
org.springframework.yarn.integration.convert.ConverterRegistrar
- All Implemented Interfaces:
- Aware, BeanFactoryAware, InitializingBean
public class ConverterRegistrar
- extends Object
- implements InitializingBean, 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterRegistrar
public ConverterRegistrar(Set<Converter<?,?>> converters)
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
- Specified by:
setBeanFactory in interface BeanFactoryAware
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface InitializingBean
- Throws:
Exception