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