Class MapEventTransformerService
java.lang.Object
com.oracle.coherence.spring.configuration.MapEventTransformerService
A service for producing
MapEventTransformer
instances.- Since:
- 3.0
- Author:
- Jonathan Knight, Gunnar Hillert
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ConfigurableApplicationContext
The Spring application context.protected final ExtractorService
The extractor factory for use when creating views. -
Method Summary
Modifier and TypeMethodDescription<K,
V, U> com.tangosol.util.MapEventTransformer<K, V, U> resolve
(Set<Annotation> annotations) Resolve aMapEventTransformer
from the specified qualifier annotations.
-
Field Details
-
applicationContext
The Spring application context. -
extractorFactory
The extractor factory for use when creating views.
-
-
Method Details
-
resolve
Resolve aMapEventTransformer
from the specified qualifier annotations.- Type Parameters:
K
- the type of the keys of the entry to be transformedV
- the type of the values of the entry to be transformedU
- the type of the transformed values- Parameters:
annotations
- the qualifier annotations to use to create the transformer- Returns:
- a
MapEventTransformer
from the specified qualifier annotations
-