| Package | Description |
|---|---|
| com.sappenin.utils.json |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonUtilsClassTypeMapperForJackson
An implementation of
JsonUtilsClassTypeMapper that inspects a "kind"
attribute in a JsonTypeInfo annotation that exists on a particular
JSON serialized class. |
| Modifier and Type | Method and Description |
|---|---|
<P> P |
JsonUtils.fromJson(javax.servlet.http.HttpServletRequest httpServletRequest,
JsonUtilsClassTypeMapper jsonUtilsClassTypeMapper)
Convert the body of an
HttpServletRequest into an of the proper
type as based upon an instance of JsonUtilsClassTypeMapper. |
<P> P |
JsonUtils.Impl.fromJson(javax.servlet.http.HttpServletRequest httpServletRequest,
JsonUtilsClassTypeMapper jsonUtilsClassTypeMapper) |
<P> P |
JsonUtils.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JsonUtilsClassTypeMapper jsonUtilsClassTypeMapper)
Convert the body of an
HttpServletRequest into an of the proper
type as based upon an instance of JsonUtilsClassTypeMapper. |
<P> P |
JsonUtils.Impl.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JsonUtilsClassTypeMapper jsonUtilsClassTypeMapper) |
Copyright © 2014–2015 Sappenin Inc.. All rights reserved.