|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.internal.ModelHelper
public final class ModelHelper
Common model helper methods.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Class<?> getAnnotatedResourceClass(java.lang.Class<?> resourceClass)
@Path annotation.
resourceClass - resource class.
@Path
annotation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||