org.springframework.yarn.config.annotation
Class ConfiguringBeanFactoryPostProcessorConfiguration

java.lang.Object
  extended by org.springframework.yarn.config.annotation.ConfiguringBeanFactoryPostProcessorConfiguration

@Configuration
public class ConfiguringBeanFactoryPostProcessorConfiguration
extends Object

Configuration which registers ConfiguringBeanFactoryPostProcessor as BeanFactoryPostProcessor order to create some default beans similarly to xml config.

Author:
Janne Valkealahti
See Also:
EnableYarn

Constructor Summary
ConfiguringBeanFactoryPostProcessorConfiguration()
           
 
Method Summary
static BeanFactoryPostProcessor getBeanFactoryPostProcessor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguringBeanFactoryPostProcessorConfiguration

public ConfiguringBeanFactoryPostProcessorConfiguration()
Method Detail

getBeanFactoryPostProcessor

@Bean(name="org.springframework.yarn.config.internal.ConfiguringBeanFactoryPostProcessor")
public static BeanFactoryPostProcessor getBeanFactoryPostProcessor()