public static class ChainedExtractor.Literal extends java.lang.Object implements ChainedExtractor
ChainedExtractor
annotation.ChainedExtractor.Extractors, ChainedExtractor.Literal
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
static ChainedExtractor.Literal |
of(java.lang.String... asFields)
Create a
ChainedExtractor.Extractors.Literal . |
java.lang.String[] |
value()
The value used for the where clause when creating a
com.tangosol.util.extractor.ChainedExtractor . |
public static ChainedExtractor.Literal of(java.lang.String... asFields)
ChainedExtractor.Extractors.Literal
.asFields
- the value used to create the extractorChainedExtractor.Extractors.Literal
with the specified valuepublic java.lang.String[] value()
com.tangosol.util.extractor.ChainedExtractor
.com.tangosol.util.extractor.ChainedExtractor
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public boolean equals(java.lang.Object other)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object