Annotation Interface JsonRepresentation


@Retention(RUNTIME) @Target({PARAMETER,METHOD,FIELD}) @Documented @Inherited public @interface JsonRepresentation
The custom annotation used for DataType.JSON fields that can help us determing how to store and retrieve json fields.
Since:
4.0.0
Author:
radovanradic
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • type

      Returns:
      the JSON representation type
      Default:
      DEFAULT