Class JaxRsResourceInfo

java.lang.Object
io.micronaut.jaxrs.runtime.core.JaxRsResourceInfo
All Implemented Interfaces:
RequestAware, ResourceInfo

@RequestScope public class JaxRsResourceInfo extends Object implements RequestAware, ResourceInfo
A RequestScope bean implementing the JAX-RS ResourceInfo to access the resource class and resource method matched by the current request. Methods in this class MAY return null if a resource class and method have not been matched.
Since:
4.1.0
Author:
Tim Yates