public static final class DecodeJson.DecodeDouble extends Object implements DecodeJson<Double>
DecodeJson.DecodeBoolean, DecodeJson.DecodeDouble, DecodeJson.DecodeInteger, DecodeJson.DecodeLong, DecodeJson.DecodeString| Constructor and Description |
|---|
DecodeDouble() |
| Modifier and Type | Method and Description |
|---|---|
Double |
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 Double decode(com.fasterxml.jackson.databind.JsonNode node) throws com.fasterxml.jackson.databind.JsonMappingException
DecodeJsondecode in interface DecodeJson<Double>com.fasterxml.jackson.databind.JsonMappingException - if `node` cannot be decoded into `T`.