类 RegistrationMappingDescription<T extends Registration>
java.lang.Object
org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription<T>
- 类型参数:
T
- type of the registration
A mapping description derived from a
Registration
.- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson
-
构造器概要
构造器构造器说明RegistrationMappingDescription
(T registration) Creates a newRegistrationMappingDescription
derived from the givenregistration
and with the givenpredicate
. -
方法概要
-
构造器详细资料
-
RegistrationMappingDescription
Creates a newRegistrationMappingDescription
derived from the givenregistration
and with the givenpredicate
.- 参数:
registration
- the registration
-
-
方法详细资料
-
getName
Returns the name of the registered Filter or Servlet.- 返回:
- the name
-
getClassName
Returns the class name of the registered Filter or Servlet.- 返回:
- the class name
-
getRegistration
Returns the registration that is being described.- 返回:
- the registration
-