public class EncoderKeyMapper<K> extends Object implements EncodingFunction<K>
Function
that uses a keyEncoder to converter keys from the configured storage format to
the requested format.Modifier and Type | Class and Description |
---|---|
static class |
EncoderKeyMapper.Externalizer |
Constructor and Description |
---|
EncoderKeyMapper(DataConversion dataConversion) |
Modifier and Type | Method and Description |
---|---|
K |
apply(K k) |
void |
injectDependencies(ComponentRegistry registry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
identity
public EncoderKeyMapper(DataConversion dataConversion)
Copyright © 2021 JBoss by Red Hat. All rights reserved.