Spring for Apache Hadoop

org.springframework.data.hadoop.config.common.annotation.configuration
Class ObjectPostProcessorConfiguration

java.lang.Object
  extended by org.springframework.data.hadoop.config.common.annotation.configuration.ObjectPostProcessorConfiguration

@Configuration
public class ObjectPostProcessorConfiguration
extends java.lang.Object

Spring Configuration that exports the default ObjectPostProcessor. This class is not intended to be imported manually rather it is imported automatically when using EnableAnnotationConfiguration

Author:
Rob Winch, Janne Valkealahti
See Also:
EnableAnnotationConfiguration

Constructor Summary
ObjectPostProcessorConfiguration()
           
 
Method Summary
 ObjectPostProcessor<java.lang.Object> objectPostProcessor(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPostProcessorConfiguration

public ObjectPostProcessorConfiguration()
Method Detail

objectPostProcessor

@Bean
public ObjectPostProcessor<java.lang.Object> objectPostProcessor(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory)

Spring for Apache Hadoop