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
null if this information is not available. |
Method |
getResourceMethod() |
Get the resource method that is the target of a request,
or
null if 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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved.