public class JAXRSUtils extends Object
Constructor and Description |
---|
JAXRSUtils() |
Modifier and Type | Method and Description |
---|---|
static JAXRSModel |
getClassModel(Class serviceClass)
returns a jaxrs class model reading class level annotation given the service class
|
static JAXRSModel |
getMethodModel(JAXRSModel classModel,
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(Class serviceClass)
serviceClass
- public static JAXRSModel getMethodModel(JAXRSModel classModel, Method serviceMethod)
classModel
- serviceMethod
- Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.