public static class PropertyExtractor.Literal extends java.lang.Object implements PropertyExtractor
PropertyExtractor annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
PropertyExtractor.Extractors, PropertyExtractor.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 o) |
int |
hashCode() |
static PropertyExtractor.Literal |
of(java.lang.String sPropertyName)
Create a
PropertyExtractor.Extractors.Literal. |
java.lang.String |
value()
The name of the property to extract.
|
public static PropertyExtractor.Literal of(java.lang.String sPropertyName)
PropertyExtractor.Extractors.Literal.sPropertyName - the name of the property to extractPropertyExtractor.Extractors.Literal with the specified valuepublic java.lang.String value()
public boolean equals(java.lang.Object o)
equals in interface java.lang.annotation.Annotationpublic int hashCode()
hashCode in interface java.lang.annotation.Annotationpublic java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation