@ManagementContextConfiguration(value=CHILD) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class) @ConditionalOnMissingClass(value="org.springframework.web.servlet.DispatcherServlet") public class JerseyManagementChildContextConfiguration extends Object
ManagementContextConfiguration for Jersey infrastructure when a separate
management context with a web server running on a different port is required.| Constructor and Description |
|---|
JerseyManagementChildContextConfiguration(org.springframework.beans.factory.ObjectProvider<List<ResourceConfigCustomizer>> resourceConfigCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.jersey.server.ResourceConfig |
endpointResourceConfig() |
org.springframework.boot.web.servlet.ServletRegistrationBean<org.glassfish.jersey.servlet.ServletContainer> |
jerseyServletRegistration() |
public JerseyManagementChildContextConfiguration(org.springframework.beans.factory.ObjectProvider<List<ResourceConfigCustomizer>> resourceConfigCustomizers)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.