Class SpringConfig
- java.lang.Object
-
- de.digitalcollections.cudami.frontend.website.config.SpringConfig
-
@Configuration public class SpringConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SpringConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.digitalcollections.cudami.client.CudamiClientcudamiClient(CudamiConfig cfg, com.fasterxml.jackson.databind.ObjectMapper mapper)nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialectlayoutDialect()com.fasterxml.jackson.databind.ObjectMapperobjectMapper()
-
-
-
Method Detail
-
cudamiClient
@Bean public de.digitalcollections.cudami.client.CudamiClient cudamiClient(CudamiConfig cfg, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
layoutDialect
@Bean public nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialect layoutDialect()
-
objectMapper
@Bean @Primary public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-
-