Interface TwoWayKey2StringMapper

    • Method Detail

      • getKeyMapping

        Object getKeyMapping​(String stringKey)
        Maps a String back to its original key
        Parameters:
        stringKey - string representation of a key
        Returns:
        an object instance that is equal to the original object used to create the key mapping.