@Configuration
@Import(value={com.bq.corbel.lib.config.ConfigurationIoC.class,com.bq.corbel.lib.ws.dw.ioc.CommonFiltersIoc.class,com.bq.corbel.lib.ws.dw.ioc.DropwizardIoc.class,com.bq.corbel.lib.ws.cors.ioc.CorsIoc.class,com.bq.corbel.lib.ws.auth.ioc.AuthorizationIoc.class})
public class WebfsIoc
extends Object
| Constructor and Description |
|---|
WebfsIoc() |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.s3.AmazonS3 |
getAmazonS3Client() |
AmazonS3Service |
getAmazonS3Service() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
WebResource |
getWebResource() |
@Bean public WebResource getWebResource()
@Bean public AmazonS3Service getAmazonS3Service()
@Bean public com.amazonaws.services.s3.AmazonS3 getAmazonS3Client()
@Bean public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2016 bq. All rights reserved.