Annotation Type JsonBody


  • @Target({METHOD,PARAMETER})
    @Retention(RUNTIME)
    public @interface JsonBody
    Annotation that indicates a method return value or a method parameter should be bound to the HTTP body as type "application/json".

    Supported for HttpRoute annotated handler methods

    Since:
    1.1
    See Also:
    HttpRoute