@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(ApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
ServletEndpointRegistrar |
servletEndpointRegistrar(WebEndpointProperties properties,
ServletEndpointsSupplier servletEndpointsSupplier) |
public JerseyServletEndpointManagementContextConfiguration(ApplicationContext context)
@Bean public ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.