Class PropertyExtractor.Extractors.Literal
- java.lang.Object
-
- io.micronaut.coherence.annotation.AbstractArrayLiteral<PropertyExtractor.Extractors>
-
- io.micronaut.coherence.annotation.PropertyExtractor.Extractors.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- PropertyExtractor.Extractors
public static class PropertyExtractor.Extractors.Literal extends AbstractArrayLiteral<PropertyExtractor.Extractors> implements PropertyExtractor.Extractors
An annotation literal for thePropertyExtractor.Extractorsannotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.PropertyExtractor.Extractors
PropertyExtractor.Extractors.Literal
-
-
Field Summary
-
Fields inherited from class io.micronaut.coherence.annotation.AbstractArrayLiteral
array
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()Method returns the type of the annotation literal.static PropertyExtractor.Extractors.Literalof(PropertyExtractor... aExtractors)Create anPropertyExtractor.Extractors.Literal.PropertyExtractor[]value()Obtain the extractor annotations contained in this annotation.-
Methods inherited from class io.micronaut.coherence.annotation.AbstractArrayLiteral
equals, hashCode
-
-
-
-
Method Detail
-
of
public static PropertyExtractor.Extractors.Literal of(PropertyExtractor... aExtractors)
Create anPropertyExtractor.Extractors.Literal.- Parameters:
aExtractors- the extractors- Returns:
- an
PropertyExtractor.Extractors.Literalcontaining the specified extractors
-
value
public PropertyExtractor[] value()
Obtain the extractor annotations contained in this annotation.- Returns:
- the extractor annotations contained in this annotation
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation- Returns:
- annotation type of this literal.
-
-