@Configuration
@ConditionalOnClass(name={"org.activiti.rest.service.api.RestUrls","org.springframework.web.servlet.DispatcherServlet"})
public class RestApiAutoConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestApiAutoConfiguration.ComponentScanRestResourcesConfiguration |
static class |
RestApiAutoConfiguration.SecurityConfiguration |
| Constructor and Description |
|---|
RestApiAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ContentTypeResolver |
contentTypeResolver() |
com.fasterxml.jackson.databind.ObjectMapper |
objectMapper() |
RestResponseFactory |
restResponseFactory() |
@Bean public RestResponseFactory restResponseFactory()
@Bean public ContentTypeResolver contentTypeResolver()
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
Copyright © 2015 Alfresco. All rights reserved.