public class JAXRSUtils
extends java.lang.Object
| Constructor and Description |
|---|
JAXRSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static JAXRSModel |
getClassModel(java.lang.Class serviceClass)
returns a jaxrs class model reading class level annotation given the service class
|
static JAXRSModel |
getMethodModel(JAXRSModel classModel,
java.lang.reflect.Method serviceMethod)
given a jaxrs class model & java method , construct a jaxrs model associated with
method , reading the method level annotations.
|
public static JAXRSModel getClassModel(java.lang.Class serviceClass)
serviceClass - public static JAXRSModel getMethodModel(JAXRSModel classModel, java.lang.reflect.Method serviceMethod)
classModel - serviceMethod - Copyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.