Class SpringConfigBackend
- java.lang.Object
-
- de.digitalcollections.cudami.template.website.springboot.config.SpringConfigBackend
-
@Configuration public class SpringConfigBackend extends Object
-
-
Constructor Summary
Constructors Constructor Description SpringConfigBackend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CudamiLocalesClientcudamiLocalesClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper)com.fasterxml.jackson.databind.ObjectMapperobjectMapper()
-
-
-
Method Detail
-
objectMapper
@Bean @Primary public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-
cudamiLocalesClient
@Bean public CudamiLocalesClient cudamiLocalesClient(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-