Uploaded image for project: 'Juneau'
  1. Juneau
  2. JUNEAU-102

Expanded REST annotations

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 8.0.0
    • 8.1.0
    • Code
    • None

    Description

      Expand the functionality of the @RestResource and @RestMethod annotations to include more available functionality by explicitly listing capabilities:

      @RestResource(
         bp=@Bp(
            // Bean properties
         ),
         sp=@Sp(
            // Serializer properties
            jsonp=@JsonP(
               // JsonSerializer properties
            )
         ),
         pp=@Pp(
         )
      )

       

      Attachments

        Activity

          People

            jamesbognar James Bognar
            jamesbognar James Bognar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: