@Configuration @ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class) @ConditionalOnMissingClass(value="org.springframework.web.servlet.DispatcherServlet") public static class ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration extends Object
Constructor and Description |
---|
JerseyServletEndpointManagementContextConfiguration(org.springframework.context.ApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
ServletEndpointRegistrar |
servletEndpointRegistrar(WebEndpointProperties properties,
ServletEndpointsSupplier servletEndpointsSupplier) |
public JerseyServletEndpointManagementContextConfiguration(org.springframework.context.ApplicationContext context)
@Bean public ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.