Interface Key2StringMapper

    • Method Detail

      • isSupportedType

        boolean isSupportedType​(Class<?> keyType)
        Do we support this key type?
        Parameters:
        keyType - type to test
        Returns:
        true if the type is supported, false otherwise.
      • getStringMapping

        String getStringMapping​(Object key)
        Must return an unique String for the supplied key.
        Parameters:
        key - key to map to a String
        Returns:
        String representation of the key