Class LongCodec

All Implemented Interfaces:
Codec, org.redisson.codec.JsonCodec<String>

public class LongCodec extends StringCodec
  • Field Details

    • INSTANCE

      public static final LongCodec INSTANCE
  • Constructor Details

    • LongCodec

      public LongCodec()
  • Method Details

    • getValueDecoder

      public Decoder<Object> getValueDecoder()
      Description copied from interface: Codec
      Returns object decoder used for any objects stored Redis structure except HMAP
      Specified by:
      getValueDecoder in interface Codec
      Specified by:
      getValueDecoder in interface org.redisson.codec.JsonCodec<String>
      Overrides:
      getValueDecoder in class StringCodec
      Returns:
      decoder