Class EncoderKeyMapper<K>

  • All Implemented Interfaces:
    Function<K,​K>, org.infinispan.commons.util.InjectiveFunction<K,​K>

    public class EncoderKeyMapper<K>
    extends Object
    implements org.infinispan.commons.util.InjectiveFunction<K,​K>
    Function that uses a keyEncoder to converter keys from the configured storage format to the requested format.
    Since:
    9.1
    • Constructor Detail

      • EncoderKeyMapper

        public EncoderKeyMapper​(DataConversion dataConversion)