public static class ChainedExtractor.Extractors.Literal extends AbstractArrayLiteral<ChainedExtractor.Extractors> implements ChainedExtractor.Extractors
ChainedExtractor.Extractors annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
ChainedExtractor.Extractors.Literalarray| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
static ChainedExtractor.Extractors.Literal |
of(ChainedExtractor... extractors)
Create an
ChainedExtractor.Extractors.Literal. |
ChainedExtractor[] |
value()
The extractor annotations contained in this annotation.
|
equals, hashCodepublic static ChainedExtractor.Extractors.Literal of(ChainedExtractor... extractors)
ChainedExtractor.Extractors.Literal.extractors - the extractorsChainedExtractor.Extractors.Literal containing the specified
extractorspublic ChainedExtractor[] value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation