Uses of Annotation Interface
com.oracle.coherence.spring.annotation.ChainedExtractor
Packages that use ChainedExtractor
Package
Description
Classes supporting the
com.oracle.coherence.spring.configuration
package.-
Uses of ChainedExtractor in com.oracle.coherence.spring.configuration.support
Methods in com.oracle.coherence.spring.configuration.support with annotations of type ChainedExtractorModifier and TypeMethodDescriptionstatic ExtractorFactory<ChainedExtractor,
?, ?> CommonExtractorFactories.chainedExtractor()
AExtractorFactory
that produces chainedValueExtractor
instances for an array of property or method names.Methods in com.oracle.coherence.spring.configuration.support that return types with arguments of type ChainedExtractorModifier and TypeMethodDescriptionstatic ExtractorFactory<ChainedExtractor,
?, ?> CommonExtractorFactories.chainedExtractor()
AExtractorFactory
that produces chainedValueExtractor
instances for an array of property or method names.