Class ChainedExtractor.Extractors.Literal
java.lang.Object
io.micronaut.coherence.annotation.AbstractArrayLiteral<ChainedExtractor.Extractors>
io.micronaut.coherence.annotation.ChainedExtractor.Extractors.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ChainedExtractor.Extractors
public static final class ChainedExtractor.Extractors.Literal
extends AbstractArrayLiteral<ChainedExtractor.Extractors>
implements ChainedExtractor.Extractors
An annotation literal for the
ChainedExtractor.Extractors
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.ChainedExtractor.Extractors
ChainedExtractor.Extractors.Literal
-
Field Summary
Fields inherited from class io.micronaut.coherence.annotation.AbstractArrayLiteral
array
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
Method returns the type of the annotation literal.of
(ChainedExtractor... extractors) Create anChainedExtractor.Extractors.Literal
.value()
The extractor annotations contained in this annotation.Methods inherited from class io.micronaut.coherence.annotation.AbstractArrayLiteral
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 anChainedExtractor.Extractors.Literal
.- Parameters:
extractors
- the extractors- Returns:
- an
ChainedExtractor.Extractors.Literal
containing the specified extractors
-
value
The extractor annotations contained in this annotation.- Returns:
- the extractor annotations contained in this annotation
-
annotationType
Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
annotationType
in interfaceAnnotation
- Returns:
- annotation type of this literal.
-