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