Class EncoderValueMapper<V>
java.lang.Object
org.infinispan.cache.impl.EncoderValueMapper<V>
- All Implemented Interfaces:
- Function<V,,- V> - UnaryOperator<V>,- EncodingFunction<V>,- InjectiveFunction<V,- V> 
Function that uses a valueEncoder to converter values from the configured storage format
 to the requested format.- Since:
- 9.1
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
EncoderValueMapper
 
- 
- 
Method Details- 
injectDependencies
- 
apply
 
-