Package org.infinispan.cache.impl
Class EncoderKeyMapper<K>
- java.lang.Object
-
- org.infinispan.cache.impl.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EncoderKeyMapper.Externalizer
-
Constructor Summary
Constructors Constructor Description EncoderKeyMapper(DataConversion dataConversion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
apply(K k)
void
injectDependencies(ComponentRegistry registry)
-
-
-
Constructor Detail
-
EncoderKeyMapper
public EncoderKeyMapper(DataConversion dataConversion)
-
-