Uses of Class
com.oracle.coherence.cdi.ChainedExtractor.Extractors
-
Packages that use ChainedExtractor.Extractors Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of ChainedExtractor.Extractors in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi with annotations of type ChainedExtractor.Extractors Modifier and Type Class Description static class
ExtractorProducer.ChainedExtractorsSupplier
A {ExtractorFactory
that producesMultiExtractor
containingValueExtractor
instances produced from the annotations contained in aChainedExtractor.Extractors
annotation.Methods in com.oracle.coherence.cdi with parameters of type ChainedExtractor.Extractors Modifier and Type Method Description ValueExtractor<Object,Object>
ExtractorProducer.ChainedExtractorsSupplier. create(ChainedExtractor.Extractors annotation)
-