public static class PropertyExtractor.Extractors.Literal extends java.lang.Object implements PropertyExtractor.Extractors
PropertyExtractor.Extractors
annotation.PropertyExtractor.Extractors.Literal
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
static PropertyExtractor.Extractors.Literal |
of(PropertyExtractor... aExtractors)
Create an
PropertyExtractor.Extractors.Literal . |
PropertyExtractor[] |
value()
Obtain the extractor annotations contained in this annotation.
|
public 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
public boolean equals(java.lang.Object other)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object