Uses of Class
com.oracle.coherence.cdi.ExtractorBinding
-
Packages that use ExtractorBinding Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of ExtractorBinding in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi with annotations of type ExtractorBinding Modifier and Type Class Description interface
ChainedExtractor
AExtractorBinding
annotation representing aChainedExtractor
.static interface
ChainedExtractor.Extractors
A holder for the repeatableChainedExtractor
annotation.interface
PofExtractor
AExtractorBinding
annotation representing aPofExtractor
.static interface
PofExtractor.Extractors
A holder for the repeatablePofExtractor
annotation.interface
PropertyExtractor
AExtractorBinding
annotation representing aUniversalExtractor
.static interface
PropertyExtractor.Extractors
A holder for the repeatablePropertyExtractor
annotation.
-