Package jadex.extension.rs.invoke
Class RSJAXAnnotationHelper
- java.lang.Object
- 
- jadex.extension.rs.invoke.RSJAXAnnotationHelper
 
- 
 public class RSJAXAnnotationHelper extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description RSJAXAnnotationHelper()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.annotation.AnnotationfindDeclaredRestType(java.lang.reflect.Method method)static java.lang.Class<?>getDeclaredRestType(java.lang.reflect.Method method)Get the declared rest type.
 
- 
- 
- 
Method Detail- 
getDeclaredRestTypepublic static java.lang.Class<?> getDeclaredRestType(java.lang.reflect.Method method) Get the declared rest type.- Parameters:
- method- The method.
- Returns:
- The rest type.
 
 - 
findDeclaredRestTypeprotected java.lang.annotation.Annotation findDeclaredRestType(java.lang.reflect.Method method) 
 
- 
 
-