Package io.micronaut.coherence
Class ExtractorFactories
java.lang.Object
io.micronaut.coherence.ExtractorFactories
A Micronaut factory for producing
ValueExtractor
instances.- Since:
- 1.0
- Author:
- Vaso Putica
-
Method Summary
Modifier and TypeMethodDescription<T,
E> com.tangosol.util.ValueExtractor<T, E> resolve
(Set<Annotation> annotations) Resolve aValueExtractor
implementation from the specified qualifiers.
-
Method Details
-
resolve
Resolve aValueExtractor
implementation from the specified qualifiers.- Type Parameters:
T
- the type that theValueExtractor
can extract fromE
- the type that theValueExtractor
extracts- Parameters:
annotations
- the qualifiers to use to create theValueExtractor
- Returns:
- a
ValueExtractor
implementation created from the specified qualifiers.
-