public static final class DecodeJson.DecodeString extends Object implements DecodeJson<String>
DecodeJson.DecodeBoolean, DecodeJson.DecodeDouble, DecodeJson.DecodeInteger, DecodeJson.DecodeLong, DecodeJson.DecodeString| Constructor and Description |
|---|
DecodeString() |
| Modifier and Type | Method and Description |
|---|---|
String |
decode(com.fasterxml.jackson.databind.JsonNode node)
Decode the JSON node provided into an instance of `T`.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeList, decodeMap, decodeOptional, throwJsonMappingExceptionpublic String decode(com.fasterxml.jackson.databind.JsonNode node) throws com.fasterxml.jackson.databind.JsonMappingException
DecodeJsondecode in interface DecodeJson<String>com.fasterxml.jackson.databind.JsonMappingException - if `node` cannot be decoded into `T`.