Package com.oracle.coherence.cdi
Class ChainedExtractor.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<ChainedExtractor>
com.oracle.coherence.cdi.ChainedExtractor.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
ChainedExtractor
public static class ChainedExtractor.Literal
extends AnnotationLiteral<ChainedExtractor>
implements ChainedExtractor
An annotation literal for the
ChainedExtractor
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.ChainedExtractor
ChainedExtractor.Extractors, ChainedExtractor.Literal
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChainedExtractor.Literal
Create aChainedExtractor.Literal
.String[]
value()
The value used for the where clause when creating aChainedExtractor
.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
toString
-
Method Details
-
of
Create aChainedExtractor.Literal
.- Parameters:
asFields
- the value used to create the extractor- Returns:
- a
ChainedExtractor.Literal
with the specified value
-
value
The value used for the where clause when creating aChainedExtractor
.- Returns:
- the value used for the where clause when creating a
ChainedExtractor
-