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