Package com.oracle.coherence.cdi
Class ExtractorProducer.ChainedExtractorSupplier
- java.lang.Object
-
- com.oracle.coherence.cdi.ExtractorProducer.ChainedExtractorSupplier
-
- All Implemented Interfaces:
ExtractorFactory<ChainedExtractor,Object,Object>
- Enclosing class:
- ExtractorProducer
@ChainedExtractor("") @ApplicationScoped public static class ExtractorProducer.ChainedExtractorSupplier extends Object implements ExtractorFactory<ChainedExtractor,Object,Object>
A {ExtractorFactory
that produces chainedValueExtractor
instances for an array of property or method names.
-
-
Constructor Summary
Constructors Constructor Description ChainedExtractorSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueExtractor<Object,Object>
create(ChainedExtractor annotation)
Create aValueExtractor
instance.
-
-
-
Method Detail
-
create
public ValueExtractor<Object,Object> create(ChainedExtractor annotation)
Description copied from interface:ExtractorFactory
Create aValueExtractor
instance.- Specified by:
create
in interfaceExtractorFactory<ChainedExtractor,Object,Object>
- Parameters:
annotation
- theAnnotation
that defines the ValueExtractor- Returns:
- a
ValueExtractor
instance
-
-