Class PrimitiveKVHandler.Short

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

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

  • Constructor Details

    • Short

      public Short()
  • Method Details

    • key

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

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