Class PrimitiveKVHandler.Char

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

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

  • Constructor Details

    • Char

      public Char()
  • Method Details

    • key

      public char key(com.fasterxml.jackson.databind.DeserializationContext ctx, String key) throws com.fasterxml.jackson.databind.JsonMappingException
      Throws:
      com.fasterxml.jackson.databind.JsonMappingException
    • value

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