public interface ResourceInfo
null if a resource class and method have not been matched,
 e.g. in a standalone, pre-matching ContainerRequestFilter that was
 not provided by a post-matching PreMatching.| Modifier and Type | Method | Description | 
|---|---|---|
| Class<?> | getResourceClass() | Get the resource class that is the target of a request,
 or  nullif this information is not available. | 
| Method | getResourceMethod() | Get the resource method that is the target of a request,
 or  nullif this information is not available. | 
Method getResourceMethod()
null if this information is not available.getResourceClass()Class<?> getResourceClass()
null if this information is not available.getResourceMethod()Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.