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