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