JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.micronaut.web.router.qualifier
package
io.micronaut.web.router.qualifier
Qualifiers based on type.
Since:
1.0
Author:
graemerocher
Related Packages
Package
Description
io.micronaut.web.router
Route based method matching classes derived from URIs.
io.micronaut.web.router.exceptions
Route exceptions.
io.micronaut.web.router.filter
io.micronaut.web.router.naming
Route based naming strategies.
io.micronaut.web.router.resource
Route resource and configuration.
io.micronaut.web.router.version
Stores classes related to versioning routes.
Classes
Class
Description
ConsumesMediaTypeQualifier
<T>
A
Bean
Qualifier
that qualifies based on the value of the media type defined in the
Consumes
annotation.
ProducesMediaTypeQualifier
<T>
A
Bean
Qualifier
that qualifies based on the value of the media type defined in the
Produces
annotation.