Annotation Interface Jsonate


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface Jsonate
Use this on definitions or declarations of methods that go through the Jsonator.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of the element.
  • Element Details

    • name

      String name
      Name of the element. If empty then name is derived from the JavaBean property name.
      Default:
      ""