org.atmosphere.samples.chat
Class ObjectMapperInjectable
java.lang.Object
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
|
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 |
ObjectMapperInjectable
public ObjectMapperInjectable()
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.