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 and Description |
---|---|
java.lang.Class<?> |
getResourceClass()
Get the resource class that is the target of a request, or
null if this information is not available. |
java.lang.reflect.Method |
getResourceMethod()
Get the resource method that is the target of a request, or
null if this information is not available. |
java.lang.reflect.Method getResourceMethod()
null
if this information is not available.getResourceClass()
java.lang.Class<?> getResourceClass()
null
if this information is not available.getResourceMethod()