Uses of Class
com.oracle.coherence.spring.annotation.ChainedExtractor
-
Packages that use ChainedExtractor Package Description com.oracle.coherence.spring.annotation Annotation support.com.oracle.coherence.spring.configuration.support Classes supporting thecom.oracle.coherence.spring.configurationpackage. -
-
Uses of ChainedExtractor in com.oracle.coherence.spring.annotation
Methods in com.oracle.coherence.spring.annotation that return ChainedExtractor Modifier and Type Method Description ChainedExtractor[]value()An array ofChainedExtractors. -
Uses of ChainedExtractor in com.oracle.coherence.spring.configuration.support
Methods in com.oracle.coherence.spring.configuration.support with annotations of type ChainedExtractor Modifier and Type Method Description static ExtractorFactory<ChainedExtractor,?,?>CommonExtractorFactories. chainedExtractor()AExtractorFactorythat produces chainedValueExtractorinstances for an array of property or method names.Methods in com.oracle.coherence.spring.configuration.support that return types with arguments of type ChainedExtractor Modifier and Type Method Description static ExtractorFactory<ChainedExtractor,?,?>CommonExtractorFactories. chainedExtractor()AExtractorFactorythat produces chainedValueExtractorinstances for an array of property or method names.
-