Undeclared '@Produces' / '@Consumes' MIME types for '@Path'
Reports endpoint methods without the @Produces
or @Consumes
annotations.
Quarkus analyzes these annotations and restricts the number of JAX-RS providers included in the native executable to the minimum required by the application. This reduces the size of the native executable.
Annotate methods or the whole class with @Produces
or @Consumes
(if supported by the HTTP method) and specify the target MIME types.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
QsUndeclaredPathMimeTypesInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Quarkus, 242.22892 |