Class DefaultNameMapper

  • All Implemented Interfaces:
    NameMapper

    public class DefaultNameMapper
    extends 
    implements NameMapper
    Author:
    Nikita Koksharov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
       name)
      Applies map function to input name
       name)
      Applies unmap function to input mapped name to get original name.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • DefaultNameMapper

        public DefaultNameMapper()
    • Method Detail

      • map

        public  map​( name)
        Description copied from interface: NameMapper
        Applies map function to input name
        Specified by:
        map in interface NameMapper
        Parameters:
        name - - original Redisson object name
        Returns:
        mapped name
      • unmap

        public  unmap​( name)
        Description copied from interface: NameMapper
        Applies unmap function to input mapped name to get original name.
        Specified by:
        unmap in interface NameMapper
        Parameters:
        name - - mapped name
        Returns:
        original Redisson object name