Class SpringVerbBuilder


  • public class SpringVerbBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<org.jsondoc.core.pojo.ApiVerb> buildVerb​(java.lang.reflect.Method method)
      From Spring's documentation: When [RequestMapping method is] used at the type level, all method-level mappings inherit this HTTP method restriction
      • Methods inherited from class java.lang.Object

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

      • SpringVerbBuilder

        public SpringVerbBuilder()
    • Method Detail

      • buildVerb

        public static java.util.Set<org.jsondoc.core.pojo.ApiVerb> buildVerb​(java.lang.reflect.Method method)
        From Spring's documentation: When [RequestMapping method is] used at the type level, all method-level mappings inherit this HTTP method restriction
        Parameters:
        method -
        Returns: