Class PrimitiveKVHandler.Double

java.lang.Object
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler<PrimitiveKVHandler.Double>
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double
All Implemented Interfaces:
KeyHandler<PrimitiveKVHandler.Double>, ValueHandler<PrimitiveKVHandler.Double>
Enclosing class:
PrimitiveKVHandler<H extends KeyHandler<H> & ValueHandler<H>>

public static final class PrimitiveKVHandler.Double extends PrimitiveKVHandler<PrimitiveKVHandler.Double>
  • Field Details

  • Constructor Details

    • Double

      public Double()
  • Method Details

    • key

      public double key(com.fasterxml.jackson.databind.DeserializationContext ctx, String key)
    • value

      public double value(com.fasterxml.jackson.databind.DeserializationContext ctx, com.fasterxml.jackson.core.JsonParser parser) throws IOException
      Throws:
      IOException