Class ExtractorService
java.lang.Object
com.oracle.coherence.spring.configuration.ExtractorService
Service that supports the
ExtractorConfiguration
.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T,
E> com.tangosol.util.ValueExtractor<T, E> resolve
(Collection<Annotation> annotations) Resolve aValueExtractor
implementation from the specified qualifiers.
-
Constructor Details
-
ExtractorService
-
-
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.
-