Class EncoderEntryMapper<K,​V,​T extends Map.Entry<K,​V>>

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

    public class EncoderEntryMapper<K,​V,​T extends Map.Entry<K,​V>>
    extends Object
    implements org.infinispan.commons.util.InjectiveFunction<T,​T>
    Function that uses an encoder to converter entries from the configured storage format to the requested format.