JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
io.avaje.http.api
io.avaje.http.api
BodyString
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type BodyString
@Retention
(
SOURCE
)
@Target
(
PARAMETER
)
public @interface
BodyString
Marks a controller string method parameter to be a string body. Use when you expect to receive an application/text or similar body request.