Annotation Interface SerializerFormat


@Qualifier @Documented @Retention(RUNTIME) public @interface SerializerFormat
A qualifier annotation used when injecting a Serializer to identify the specific Serializer to inject.
Since:
20.06
Author:
Jonathan Knight 2019.11.20
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    An annotation literal for the SerializerFormat annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Obtain the value used to identify a specific serializer.
  • Element Details

    • value

      String value
      Obtain the value used to identify a specific serializer.
      Returns:
      value used to identify a specific serializer