Uses of Annotation Interface
com.oracle.coherence.spring.annotation.ChainedExtractor.Extractors
Packages that use ChainedExtractor.Extractors
Package
Description
Classes supporting the
com.oracle.coherence.spring.configuration
package.-
Uses of ChainedExtractor.Extractors in com.oracle.coherence.spring.configuration.support
Methods in com.oracle.coherence.spring.configuration.support with annotations of type ChainedExtractor.ExtractorsModifier and TypeMethodDescriptionstatic ExtractorFactory<ChainedExtractor.Extractors,
?, ?> CommonExtractorFactories.chainedExtractors()
AExtractorFactory
that producesMultiExtractor
containingValueExtractor
instances produced from the annotations contained in aChainedExtractor.Extractors
annotation.Methods in com.oracle.coherence.spring.configuration.support that return types with arguments of type ChainedExtractor.ExtractorsModifier and TypeMethodDescriptionstatic ExtractorFactory<ChainedExtractor.Extractors,
?, ?> CommonExtractorFactories.chainedExtractors()
AExtractorFactory
that producesMultiExtractor
containingValueExtractor
instances produced from the annotations contained in aChainedExtractor.Extractors
annotation.