Class Utils


  • public class Utils
    extends Object
    Since:
    2.12
    Author:
    Michiel Meeuwissen
    • Method Detail

      • methodCall

        public static String methodCall​(Method method,
                                        Object[] args)
        Creates a string representation of a call to a javax.ws.rs annotated method. So, it considers annotations like Path, PathParam and QueryParam to create an accurate yet clear presentation of what happened or will happen.