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 theChainedExtractor
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.ChainedExtractor
ChainedExtractor.Extractors, ChainedExtractor.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChainedExtractor.Literal
of(String... asFields)
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
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static ChainedExtractor.Literal of(String... asFields)
Create aChainedExtractor.Literal
.- Parameters:
asFields
- the value used to create the extractor- Returns:
- a
ChainedExtractor.Literal
with the specified value
-
value
public String[] value()
The value used for the where clause when creating aChainedExtractor
.- Returns:
- the value used for the where clause when creating a
ChainedExtractor
-
-