类 HandlerMethodDescription

java.lang.Object
org.springframework.boot.actuate.web.mappings.HandlerMethodDescription

public class HandlerMethodDescription extends Object
A description of a HandlerMethod.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson
  • 构造器详细资料

    • HandlerMethodDescription

      public HandlerMethodDescription(HandlerMethod handlerMethod)
  • 方法详细资料

    • getName

      public String getName()
    • getDescriptor

      public String getDescriptor()
    • getClassName

      public String getClassName()