Class SortedMapJsonDeserializer<K,​V>

java.lang.Object
org.dominokit.jacksonapt.JsonDeserializer<M>
org.dominokit.jacksonapt.deser.map.BaseMapJsonDeserializer<java.util.SortedMap<K,​V>,​K,​V>
org.dominokit.jacksonapt.deser.map.SortedMapJsonDeserializer<K,​V>
Type Parameters:
K - Type of the keys inside the SortedMap
V - Type of the values inside the SortedMap

public final class SortedMapJsonDeserializer<K,​V>
extends BaseMapJsonDeserializer<java.util.SortedMap<K,​V>,​K,​V>
Default JsonDeserializer implementation for SortedMap. The deserialization process returns a TreeMap.

Cannot be overriden. Use BaseMapJsonDeserializer.

Version:
$Id: $
Author:
Nicolas Morel