public class RSJAXAnnotationHelper
extends java.lang.Object
Constructor and Description |
---|
RSJAXAnnotationHelper() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.annotation.Annotation |
findDeclaredRestType(java.lang.reflect.Method method) |
static java.lang.Class<?> |
getDeclaredRestType(java.lang.reflect.Method method)
Get the declared rest type.
|
public static java.lang.Class<?> getDeclaredRestType(java.lang.reflect.Method method)
method
- The method.protected java.lang.annotation.Annotation findDeclaredRestType(java.lang.reflect.Method method)