Package com.oracle.coherence.cdi
Class PropertyExtractor.Literal
- java.lang.Object
-
- com.oracle.coherence.cdi.AnnotationLiteral<PropertyExtractor>
-
- com.oracle.coherence.cdi.PropertyExtractor.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- PropertyExtractor
public static class PropertyExtractor.Literal extends AnnotationLiteral<PropertyExtractor> implements PropertyExtractor
An annotation literal for thePropertyExtractor
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.PropertyExtractor
PropertyExtractor.Extractors, PropertyExtractor.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyExtractor.Literal
of(String sPropertyName)
Create aPropertyExtractor.Literal
.String
value()
The name of the property to extract.-
Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, 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
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static PropertyExtractor.Literal of(String sPropertyName)
Create aPropertyExtractor.Literal
.- Parameters:
sPropertyName
- the name of the property to extract- Returns:
- a
PropertyExtractor.Literal
with the specified value
-
value
public String value()
The name of the property to extract.- Returns:
- the name of the property to extract
-
-