Package ch.squaredesk.nova.comm.rest
Class RestEnablingConfiguration
- java.lang.Object
-
- ch.squaredesk.nova.comm.rest.RestEnablingConfiguration
-
@Configuration @Import(ch.squaredesk.nova.comm.http.spring.HttpServerConfigurationProvidingConfiguration.class) @Order public class RestEnablingConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestEnablingConfiguration.SpecificRestObjectMapperProvider
-
Constructor Summary
Constructors Constructor Description RestEnablingConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanautoStartRestServer()booleancaptureRestMetrics()static RestBeanPostprocessorrestBeanPostProcessor()org.glassfish.grizzly.http.server.HttpServerrestHttpServer()
-
-
-
Method Detail
-
restBeanPostProcessor
@Bean public static RestBeanPostprocessor restBeanPostProcessor()
-
captureRestMetrics
@Bean(name="captureRestMetrics") public boolean captureRestMetrics()
-
autoStartRestServer
@Bean("autoStartRestServer") public boolean autoStartRestServer()
-
restHttpServer
@Lazy @Bean("httpServer") public org.glassfish.grizzly.http.server.HttpServer restHttpServer()
-
-