Class LazyConverterMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<AdapterKey,Adapter<?,?>>
org.apache.johnzon.mapper.map.LazyConverterMap
All Implemented Interfaces:
Serializable, ConcurrentMap<AdapterKey,Adapter<?,?>>, Map<AdapterKey,Adapter<?,?>>

public class LazyConverterMap extends ConcurrentHashMap<AdapterKey,Adapter<?,?>>
See Also:
  • Field Details

    • NO_ADAPTER

      private static final Adapter<?,?> NO_ADAPTER
    • useShortISO8601Format

      private boolean useShortISO8601Format
    • dateTimeFormatter

      private DateTimeFormatter dateTimeFormatter
    • IJSON_BIG_NUMBER_DEFAULT

      private static final boolean IJSON_BIG_NUMBER_DEFAULT
    • useBigIntegerStringAdapter

      private boolean useBigIntegerStringAdapter
    • useBigDecimalStringAdapter

      private boolean useBigDecimalStringAdapter
  • Constructor Details

    • LazyConverterMap

      public LazyConverterMap()
  • Method Details