org.atmosphere.samples.pubsub.config
Class ComponentConfiguration

java.lang.Object
  extended by org.atmosphere.samples.pubsub.config.ComponentConfiguration

@Configuration
@Import(value=WebAppConfiguration.class)
@ComponentScan(basePackages="org.atmosphere.samples.pubsub",
               excludeFilters=)
@EnableAspectJAutoProxy(proxyTargetClass=true)
public class ComponentConfiguration
extends Object


Constructor Summary
ComponentConfiguration()
           
 
Method Summary
 com.fasterxml.jackson.databind.ObjectMapper objectMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentConfiguration

public ComponentConfiguration()
Method Detail

objectMapper

@Bean
public com.fasterxml.jackson.databind.ObjectMapper objectMapper()


Copyright © 2015. All Rights Reserved.