public interface JsonUtilsClassTypeMapper
JsonNode can be
transformed into a typed Class.| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
getJsonClassType(com.fasterxml.jackson.databind.JsonNode jsonNode)
Return the class value that the Jackson library should deserialize the
jsonNode to. |
<T> Class<T> getJsonClassType(com.fasterxml.jackson.databind.JsonNode jsonNode)
jsonNode to. For example, if a payload had the following
annotation values, then an implementation of this interface would convert
the value found in the "kind" attribute to an actual Class. Copyright © 2014–2015 Sappenin Inc.. All rights reserved.