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