| ApplicationPathAnnotationMapper |
Maps the JAX-RS ApplicationPath annotation turning the application class into a singleton.
|
| ConsumesMapper |
Maps the JAX-RS Consumes annotation.
|
| CookieParamMapper |
Maps the JAX-RS CookieParam annotation.
|
| DefaultValueMapper |
Maps the JAX-RS DefaultValue annotation.
|
| DeleteAnnotationMapper |
Maps the JAX-RS DELETE annotation to Micronaut's version.
|
| FormParamMapper |
Maps the JAX-RS FormParam annotation.
|
| GetAnnotationMapper |
Maps the JAX-RS GET annotation to Micronaut's version.
|
| HeadAnnotationMapper |
Maps the JAX-RS HEAD annotation to Micronaut's version.
|
| HeaderParamMapper |
Maps the JAX-RS HeaderParam annotation.
|
| HttpMethodMapper |
Maps the JAX-RS HttpMethod annotation.
|
| JaxRsTypeElementVisitor |
A type element visitor that turns a JAX-RS path into a controller.
|
| OptionsAnnotationMapper |
Maps the JAX-RS OPTIONS annotation to Micronaut's version.
|
| PathAnnotationMapper |
Maps the JAX-RS Path annotation to Micronaut's version.
|
| PathParamMapper |
Maps the JAX-RS PathParam annotation.
|
| PostAnnotationMapper |
Maps the JAX-RS POST annotation to Micronaut's version.
|
| ProducesMapper |
Maps the JAX-RS Produces annotation.
|
| PutAnnotationMapper |
Maps the JAX-RS PUT annotation to Micronaut's version.
|
| QueryParamMapper |
Maps the JAX-RS QueryParam annotation.
|