Package com.oracle.coherence.spring.annotation
Annotation support.
-
Interface Summary Interface Description ExtractorFactory<A extends Annotation,T,E> A factory that produces instances ofValueExtractorfor a givenAnnotation.FilterFactory<A extends Annotation,T> A factory that produces instances ofFilterfor a givenAnnotation.MapEventTransformerFactory<A extends Annotation,K,V,U> A factory that produces instances ofMapEventTransformerfor a givenAnnotation. -
Annotation Types Summary Annotation Type Description AlwaysFilter AFilterBindingannotation representing anAlwaysFilter.ChainedExtractor AExtractorBindingannotation representing aChainedExtractor.ChainedExtractor.Extractors A holder for the repeatableChainedExtractorannotation.ExtractorBinding Specifies that an annotation type is aValueExtractorbinding type.FilterBinding Specifies that an annotation type is aFilterbinding type.MapEventTransformerBinding Specifies that an annotation type is aMapEventTransformerbinding type.Name An annotation used when injecting Coherence resource to indicate a specific resource name.PofExtractor AExtractorBindingannotation representing aPofExtractor.PofExtractor.Extractors A holder for the repeatablePofExtractorannotation.PropertyExtractor AExtractorBindingannotation representing aUniversalExtractor.PropertyExtractor.Extractors A holder for the repeatablePropertyExtractorannotation.SessionName A qualifier annotation used when injecting Coherence resource to indicate a specific Session name.View A qualifier annotation used when injecting a cache view.WhereFilter AFilterBindingannotation representing aFilterproduced from a CohQL where clause.