Uses of Class
com.oracle.coherence.cdi.PofExtractor
-
Packages that use PofExtractor Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of PofExtractor in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi with annotations of type PofExtractor Modifier and Type Class Description static class
ExtractorProducer.PofExtractorSupplier
A {ExtractorFactory
that producesValueExtractor
instances for a given POF index or property path.Methods in com.oracle.coherence.cdi that return PofExtractor Modifier and Type Method Description PofExtractor[]
PofExtractor.Extractors.Literal. value()
The extractor annotations contained in this annotation.PofExtractor[]
value()
Methods in com.oracle.coherence.cdi with parameters of type PofExtractor Modifier and Type Method Description ValueExtractor<Object,Object>
ExtractorProducer.PofExtractorSupplier. create(PofExtractor annotation)
static PofExtractor.Extractors.Literal
PofExtractor.Extractors.Literal. of(PofExtractor... aExtractors)
Create anPofExtractor.Extractors.Literal
.
-