Class HandlerMethodDescription

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

public class HandlerMethodDescription extends Object
A description of a HandlerMethod.
Since:
2.0.0
Author:
Andy Wilkinson
  • Constructor Details

    • HandlerMethodDescription

      public HandlerMethodDescription(HandlerMethod handlerMethod)
  • Method Details

    • getName

      public String getName()
    • getDescriptor

      public String getDescriptor()
    • getClassName

      public String getClassName()