Class JerseyEndpointManagementContextConfiguration

java.lang.Object
org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyEndpointManagementContextConfiguration

@ManagementContextConfiguration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnMissingClass("org.springframework.web.servlet.DispatcherServlet") public class JerseyEndpointManagementContextConfiguration extends Object
@ManagementContextConfiguration for Jetty endpoints.
Since:
4.0.0
Author:
Phillip Webb, Andy Wilkinson, Madhura Bhave