Class LongCodec

  • All Implemented Interfaces:
    Codec

    public class LongCodec
    extends StringCodec
    Author:
    Nikita Koksharov
    • Field Detail

      • INSTANCE

        public static final LongCodec INSTANCE
    • Constructor Detail

      • LongCodec

        public LongCodec()
    • Method Detail

      • getValueDecoder

        public > getValueDecoder()
        Description copied from interface: Codec
        Returns object decoder used for any objects stored Redis structure except HMAP
        Specified by:
        getValueDecoder in interface Codec
        Overrides:
        getValueDecoder in class StringCodec
        Returns:
        decoder