@Factory
public class MapEventTransformerFactories
extends java.lang.Object
MapEventTransformer instances.| Modifier and Type | Field and Description |
|---|---|
protected io.micronaut.context.ApplicationContext |
ctx
The Micronaut bean context.
|
protected ExtractorFactories |
extractorFactory
The extractor factory for use when creating views.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V,U> com.tangosol.util.MapEventTransformer<K,V,U> |
resolve(java.util.Set<java.lang.annotation.Annotation> annotations)
Resolve a
MapEventTransformer from the
specified qualifier annotations. |
protected final io.micronaut.context.ApplicationContext ctx
protected final ExtractorFactories extractorFactory
public <K,V,U> com.tangosol.util.MapEventTransformer<K,V,U> resolve(java.util.Set<java.lang.annotation.Annotation> annotations)
MapEventTransformer from the
specified qualifier annotations.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 valuesannotations - the qualifier annotations to use to create the transformerMapEventTransformer from the
specified qualifier annotations