@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) @Inherited public @interface Body
@RestMethod
annotated method to identify it as the HTTP
request body converted to a POJO.
This is functionally equivalent to the following code...
Readers
and InputStreams
can also be specified as content parameters.
When specified, any registered parsers are bypassed.
Copyright © 2018 Apache. All rights reserved.