Annotation Type SerializedConverters


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface SerializedConverters
    A TypeConverters annotation allows the definition of multiple SerializedConverter.
    Since:
    EclipseLink 2.6
    Author:
    James Sutherland
    See Also:
    SerializedConverter
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      SerializedConverter[] value
      (Required) An array of type converter.