Package io.micronaut.http.annotation
Annotation Interface Body
An annotation that can be applied to method argument to indicate that the method argument is bound from the HTTP
body.
- Since:
- 1.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
- Returns:
- A Key or qualifier within the body. For example a reference to a nested JSON attribute
- Default:
""
-
defaultValue
@AliasFor(annotation=io.micronaut.core.bind.annotation.Bindable.class, member="defaultValue") String defaultValue- Returns:
- The default value
- See Also:
- Default:
""
-