Class ServletRegistrationMappingDescription
java.lang.Object
org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription<ServletRegistration>
org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
public class ServletRegistrationMappingDescription
extends RegistrationMappingDescription<ServletRegistration>
A mapping description derived from a
ServletRegistration
.- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorDescriptionServletRegistrationMappingDescription
(ServletRegistration servletRegistration) Creates a newServletRegistrationMappingDescription
derived from the givenservletRegistration
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the mappings for the registered servlet.Methods inherited from class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
getClassName, getName, getRegistration
-
Constructor Details
-
ServletRegistrationMappingDescription
Creates a newServletRegistrationMappingDescription
derived from the givenservletRegistration
.- Parameters:
servletRegistration
- the servlet registration
-
-
Method Details
-
getMappings
Returns the mappings for the registered servlet.- Returns:
- the mappings
-