Class DefaultNatMapper

java.lang.Object
org.redisson.api.DefaultNatMapper
All Implemented Interfaces:
NatMapper

public class DefaultNatMapper extends Object implements NatMapper
Author:
Nikita Koksharov
  • Constructor Details

    • DefaultNatMapper

      public DefaultNatMapper()
  • Method Details

    • map

      public RedisURI map(RedisURI uri)
      Description copied from interface: NatMapper
      Applies map function to input uri object
      Specified by:
      map in interface NatMapper
      Parameters:
      uri - - RedisURI object
      Returns:
      mapped RedisURI object