org.atmosphere.samples.chat
Class ObjectMapperInjectable

java.lang.Object
  extended by org.atmosphere.samples.chat.ObjectMapperInjectable
All Implemented Interfaces:
org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>

public class ObjectMapperInjectable
extends Object
implements org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>

Injectable for ObjectMapper


Constructor Summary
ObjectMapperInjectable()
           
 
Method Summary
 com.fasterxml.jackson.databind.ObjectMapper injectable(org.atmosphere.cpr.AtmosphereConfig config)
           
 boolean supportedType(Type t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectMapperInjectable

public ObjectMapperInjectable()
Method Detail

supportedType

public boolean supportedType(Type t)
Specified by:
supportedType in interface org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>

injectable

public com.fasterxml.jackson.databind.ObjectMapper injectable(org.atmosphere.cpr.AtmosphereConfig config)
Specified by:
injectable in interface org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>


Copyright © 2015. All Rights Reserved.