Package jadex.extension.rs.invoke
Class RSJAXAnnotationHelper
- java.lang.Object
-
- jadex.extension.rs.invoke.RSJAXAnnotationHelper
-
public class RSJAXAnnotationHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RSJAXAnnotationHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getDeclaredRestType
public static java.lang.Class<?> getDeclaredRestType(java.lang.reflect.Method method)
Get the declared rest type.- Parameters:
method
- The method.- Returns:
- The rest type.
-
findDeclaredRestType
protected java.lang.annotation.Annotation findDeclaredRestType(java.lang.reflect.Method method)
-
-