public static class PropertyExtractor.Extractors.Literal extends AbstractArrayLiteral<PropertyExtractor.Extractors> implements PropertyExtractor.Extractors
PropertyExtractor.Extractors annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
PropertyExtractor.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 PropertyExtractor.Extractors.Literal |
of(PropertyExtractor... aExtractors)
Create an
PropertyExtractor.Extractors.Literal. |
PropertyExtractor[] |
value()
Obtain the extractor annotations contained in this annotation.
|
equals, hashCodepublic static PropertyExtractor.Extractors.Literal of(PropertyExtractor... aExtractors)
PropertyExtractor.Extractors.Literal.aExtractors - the extractorsPropertyExtractor.Extractors.Literal containing the specified
extractorspublic PropertyExtractor[] value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation