public final class ModelHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
ModelHelper()
Prevent instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<?> |
getAnnotatedResourceClass(java.lang.Class<?> resourceClass)
Get the class in the provided resource class ancestor hierarchy that
is actually annotated with the
@Path annotation. |
public static java.lang.Class<?> getAnnotatedResourceClass(java.lang.Class<?> resourceClass)
@Path annotation.resourceClass - resource class.@Path
annotation.