@Configuration @Import(value=ch.squaredesk.nova.comm.http.spring.HttpServerConfigurationProvidingConfiguration.class) @Order public class RestEnablingConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestEnablingConfiguration.SpecificRestObjectMapperProvider |
| Constructor and Description |
|---|
RestEnablingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
autoStartRestServer() |
boolean |
captureRestMetrics() |
static RestBeanPostprocessor |
restBeanPostProcessor() |
org.glassfish.grizzly.http.server.HttpServer |
restHttpServer() |
@Bean public static RestBeanPostprocessor restBeanPostProcessor()
@Bean(name="captureRestMetrics") public boolean captureRestMetrics()
@Bean(value="autoStartRestServer") public boolean autoStartRestServer()
@Lazy @Bean(value="httpServer") public org.glassfish.grizzly.http.server.HttpServer restHttpServer()
Copyright © 2018. All rights reserved.