Class PointDecoder

  • All Implemented Interfaces:
    org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.Point>

    public class PointDecoder
    extends Object
    implements org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.Point>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • PointDecoder

        public PointDecoder()
    • Method Detail

      • getDecoder

        public org.redisson.client.protocol.Decoder<Object> getDecoder​(int paramNum,
                                                                       org.redisson.client.handler.State state)
        Specified by:
        getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.Point>
      • decode

        public org.springframework.data.geo.Point decode​(List<Object> parts,
                                                         org.redisson.client.handler.State state)
        Specified by:
        decode in interface org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.geo.Point>