Uses of Class
com.oracle.coherence.cdi.ChainedExtractor
-
Packages that use ChainedExtractor Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of ChainedExtractor in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi with annotations of type ChainedExtractor Modifier and Type Class Description static class
ExtractorProducer.ChainedExtractorSupplier
A {ExtractorFactory
that produces chainedValueExtractor
instances for an array of property or method names.Methods in com.oracle.coherence.cdi that return ChainedExtractor Modifier and Type Method Description ChainedExtractor[]
ChainedExtractor.Extractors.Literal. value()
The extractor annotations contained in this annotation.ChainedExtractor[]
value()
An array ofChainedExtractor
s.Methods in com.oracle.coherence.cdi with parameters of type ChainedExtractor Modifier and Type Method Description ValueExtractor<Object,Object>
ExtractorProducer.ChainedExtractorSupplier. create(ChainedExtractor annotation)
static ChainedExtractor.Extractors.Literal
ChainedExtractor.Extractors.Literal. of(ChainedExtractor... extractors)
Create anChainedExtractor.Extractors.Literal
.
-