Class RegistrationMappingDescription<T extends Registration>
java.lang.Object
org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription<T>
- Type Parameters:
T
- type of the registration
- Direct Known Subclasses:
FilterRegistrationMappingDescription
,ServletRegistrationMappingDescription
A mapping description derived from a
Registration
.- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorDescriptionRegistrationMappingDescription
(T registration) Creates a newRegistrationMappingDescription
derived from the givenregistration
and with the givenpredicate
. -
Method Summary
-
Constructor Details
-
RegistrationMappingDescription
Creates a newRegistrationMappingDescription
derived from the givenregistration
and with the givenpredicate
.- Parameters:
registration
- the registration
-
-
Method Details
-
getName
Returns the name of the registered Filter or Servlet.- Returns:
- the name
-
getClassName
Returns the class name of the registered Filter or Servlet.- Returns:
- the class name
-
getRegistration
Returns the registration that is being described.- Returns:
- the registration
-