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