Class ChainedExtractor.Literal
java.lang.Object
io.micronaut.coherence.annotation.AbstractArrayLiteral<ChainedExtractor>
io.micronaut.coherence.annotation.ChainedExtractor.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ChainedExtractor
public static final class ChainedExtractor.Literal
extends AbstractArrayLiteral<ChainedExtractor>
implements ChainedExtractor
An annotation literal for the
ChainedExtractor
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.ChainedExtractor
ChainedExtractor.Extractors, ChainedExtractor.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.static ChainedExtractor.Literal
Create aChainedExtractor.Literal
.String[]
value()
The value used for the where clause when creating aChainedExtractor
.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 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
-
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.
-