Class SecondsConvertor

java.lang.Object
org.redisson.spring.data.connection.SecondsConvertor
All Implemented Interfaces:
org.redisson.client.protocol.convertor.Convertor<Long>

public class SecondsConvertor extends Object implements org.redisson.client.protocol.convertor.Convertor<Long>
Author:
Nikita Koksharov
  • Constructor Details

  • Method Details

    • convert

      public Long convert(Object obj)
      Specified by:
      convert in interface org.redisson.client.protocol.convertor.Convertor<Long>