| Interface | Description |
|---|---|
| JsonUtils |
Utilities for Dealing with JSON (via Jackson).
|
| JsonUtilsClassTypeMapper |
An interface for defining how an instance of
JsonNode can be
transformed into a typed Class. |
| Class | Description |
|---|---|
| JsonUtils.Impl |
An implementation of
JsonUtils. |
| JsonUtilsClassTypeMapperForJackson |
An implementation of
JsonUtilsClassTypeMapper that inspects a "kind"
attribute in a JsonTypeInfo annotation that exists on a particular
JSON serialized class. |
Copyright © 2014–2015 Sappenin Inc.. All rights reserved.