@Factory
public class ExtractorFactories
extends java.lang.Object
ValueExtractor instances.| Modifier and Type | Method and Description |
|---|---|
<T,E> com.tangosol.util.ValueExtractor<T,E> |
resolve(java.util.Set<java.lang.annotation.Annotation> annotations)
Resolve a
ValueExtractor implementation from the specified qualifiers. |
public <T,E> com.tangosol.util.ValueExtractor<T,E> resolve(java.util.Set<java.lang.annotation.Annotation> annotations)
ValueExtractor implementation from the specified qualifiers.T - the type that the ValueExtractor can extract fromE - the type that the ValueExtractor extractsannotations - the qualifiers to use to create the ValueExtractorValueExtractor implementation created from the specified qualifiers.