@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class)
@ConditionalOnMissingClass(value="org.springframework.web.servlet.DispatcherServlet")
public static class ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
JerseyServletEndpointManagementContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar |
servletEndpointRegistrar(WebEndpointProperties properties,
org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier servletEndpointsSupplier,
org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath jerseyApplicationPath) |
public JerseyServletEndpointManagementContextConfiguration()
@Bean public org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier servletEndpointsSupplier, org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath jerseyApplicationPath)