Class JaxRsAnnotationUtils


  • @Deprecated
    public class JaxRsAnnotationUtils
    extends AnnotationUtils
    Deprecated.
    Will be removed in next minor release.
    JAX-RS specific Utilities to manipulate Restlet annotations.
    • Constructor Detail

      • JaxRsAnnotationUtils

        private JaxRsAnnotationUtils()
        Deprecated.
    • Method Detail

      • getInstance

        public static JaxRsAnnotationUtils getInstance()
        Deprecated.
        Returns the current instance.
        Returns:
        The current instance.
      • getRestletMethod

        protected Method getRestletMethod​(java.lang.annotation.Annotation annotation,
                                          java.lang.annotation.Annotation methodAnnotation)
        Deprecated.
        Description copied from class: AnnotationUtils
        Returns an instance of Method according to the given annotations.
        Overrides:
        getRestletMethod in class AnnotationUtils
        Parameters:
        annotation - Java annotation.
        methodAnnotation - Annotation that corresponds to a Restlet method.
        Returns:
        An instance of Method according to the given annotations.