Class NearValueDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<NearValue>
-
- com.syntifi.near.api.indexer.json.deserializer.NearValueDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class NearValueDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<NearValue>
Custom serializer for near fiat value- Since:
- 0.2.0
- Author:
- Alexandre Carvalho, Andre Bertolace
-
-
Constructor Summary
Constructors Constructor Description NearValueDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NearValue
deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-