类 RegistrationMappingDescription<T extends Registration>

java.lang.Object
org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription<T>
类型参数:
T - type of the registration
直接已知子类:
FilterRegistrationMappingDescription, ServletRegistrationMappingDescription

public class RegistrationMappingDescription<T extends Registration> extends Object
A mapping description derived from a Registration.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson
  • 构造器详细资料

    • RegistrationMappingDescription

      public RegistrationMappingDescription(T registration)
      Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
      参数:
      registration - the registration
  • 方法详细资料

    • getName

      public String getName()
      Returns the name of the registered Filter or Servlet.
      返回:
      the name
    • getClassName

      public String getClassName()
      Returns the class name of the registered Filter or Servlet.
      返回:
      the class name
    • getRegistration

      protected final T getRegistration()
      Returns the registration that is being described.
      返回:
      the registration