public static class SerializerFormat.Literal extends AbstractNamedLiteral<SerializerFormat> implements SerializerFormat
SerializerFormat annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
SerializerFormat.Literalf_sName| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
static SerializerFormat.Literal |
of(java.lang.String sName)
Create a
SerializerFormat.Literal. |
java.lang.String |
value()
The name of the serializer.
|
equals, hashCodepublic static SerializerFormat.Literal of(java.lang.String sName)
SerializerFormat.Literal.sName - the name of the serializerSerializerFormat.Literal with the specified valuepublic java.lang.String value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation