public class ValueEncoderSourceImpl extends java.lang.Object implements ValueEncoderSource, java.lang.Runnable
| Constructor and Description |
|---|
ValueEncoderSourceImpl(java.util.Map<java.lang.Class,ValueEncoderFactory> configuration) |
| Modifier and Type | Method and Description |
|---|---|
<T> ValueEncoder<T> |
getValueEncoder(java.lang.Class<T> type)
Gets or creates a value encoder for the indicated type.
|
void |
run() |
void |
setupInvalidation(InvalidationEventHub hub) |
public ValueEncoderSourceImpl(java.util.Map<java.lang.Class,ValueEncoderFactory> configuration)
@PostInjection public void setupInvalidation(@ComponentClasses InvalidationEventHub hub)
public <T> ValueEncoder<T> getValueEncoder(java.lang.Class<T> type)
ValueEncoderSourcegetValueEncoder in interface ValueEncoderSourcetype - type of value to be encoded and decodedpublic void run()
run in interface java.lang.Runnable${project.version} - Copyright © 2003-2015 The Apache Software Foundation.