JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.linecorp.armeria.server.annotation
Annotation Interface ConsumesJson
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
ConsumesJson
An alias for
@Consumes(MediaTypeNames.JSON)
.