public class ObjectMapperInjectable
extends java.lang.Object
implements org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>
Injectable for ObjectMapper| Constructor and Description |
|---|
ObjectMapperInjectable() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
injectable(org.atmosphere.cpr.AtmosphereConfig config) |
boolean |
supportedType(java.lang.reflect.Type t) |
public boolean supportedType(java.lang.reflect.Type t)
supportedType in interface org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>public com.fasterxml.jackson.databind.ObjectMapper injectable(org.atmosphere.cpr.AtmosphereConfig config)
injectable in interface org.atmosphere.inject.Injectable<com.fasterxml.jackson.databind.ObjectMapper>Copyright © 2019. All Rights Reserved.