Class RSJAXAnnotationHelper


  • public class RSJAXAnnotationHelper
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSJAXAnnotationHelper

        public RSJAXAnnotationHelper()
    • 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)