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