Class SerializerFormat.Literal
java.lang.Object
io.micronaut.coherence.annotation.AbstractNamedLiteral<SerializerFormat>
io.micronaut.coherence.annotation.SerializerFormat.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- SerializerFormat
public static final class SerializerFormat.Literal
extends AbstractNamedLiteral<SerializerFormat>
implements SerializerFormat
An annotation literal for the
SerializerFormat
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.SerializerFormat
SerializerFormat.Literal
-
Field Summary
Fields inherited from class io.micronaut.coherence.annotation.AbstractNamedLiteral
f_sName
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
Method returns the type of the annotation literal.static SerializerFormat.Literal
Create aSerializerFormat.Literal
.value()
The name of the serializer.Methods inherited from class io.micronaut.coherence.annotation.AbstractNamedLiteral
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
-
annotationType
Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
annotationType
in interfaceAnnotation
- Returns:
- annotation type of this literal.
-