Package io.micronaut.jaxrs.runtime.core
Class JaxRsResourceInfo
java.lang.Object
io.micronaut.jaxrs.runtime.core.JaxRsResourceInfo
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JaxRsResourceInfo
public JaxRsResourceInfo()
-
-
Method Details
-
setRequest
- Specified by:
setRequestin interfaceRequestAware
-
getResourceMethod
- Specified by:
getResourceMethodin interfaceResourceInfo
-
getResourceClass
- Specified by:
getResourceClassin interfaceResourceInfo
-