Package io.micronaut.coherence
Class MapEventTransformerFactories
java.lang.Object
io.micronaut.coherence.MapEventTransformerFactories
A Micronaut factory for producing
MapEventTransformer
instances.- Since:
- 1.0
- Author:
- Jonathan Knight
-
Field Summary
Modifier and TypeFieldDescriptionprotected final io.micronaut.context.ApplicationContext
The Micronaut bean context.protected final ExtractorFactories
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
-
ctx
protected final io.micronaut.context.ApplicationContext ctxThe Micronaut bean 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
-