Package com.oracle.coherence.cdi
Class SerializerFormat.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<SerializerFormat>
com.oracle.coherence.cdi.SerializerFormat.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
SerializerFormat
public static class SerializerFormat.Literal
extends AnnotationLiteral<SerializerFormat>
implements SerializerFormat
An annotation literal for the
SerializerFormat
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.SerializerFormat
SerializerFormat.Literal
-
Method Summary
Modifier and TypeMethodDescriptionstatic SerializerFormat.Literal
Create aSerializerFormat.Literal
.value()
The name of the serializer.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 aSerializerFormat.Literal
.- Parameters:
sName
- the name of the serializer- Returns:
- a
SerializerFormat.Literal
with the specified value
-
value
The name of the serializer.- Returns:
- the name of the serializer
-