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 the
PropertyExtractor
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.PropertyExtractor
PropertyExtractor.Extractors, PropertyExtractor.Literal
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyExtractor.Literal
Create aPropertyExtractor.Literal
.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
toString
-
Method Details
-
of
Create aPropertyExtractor.Literal
.- Parameters:
sPropertyName
- the name of the property to extract- Returns:
- a
PropertyExtractor.Literal
with the specified value
-
value
The name of the property to extract.- Returns:
- the name of the property to extract
-