Class SpringConfig
java.lang.Object
de.digitalcollections.cudami.frontend.website.config.SpringConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.cudami.client.CudamiClientcudamiClient(CudamiConfig cfg, com.fasterxml.jackson.databind.ObjectMapper mapper) nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialectcom.fasterxml.jackson.databind.ObjectMapper
-
Constructor Details
-
SpringConfig
public SpringConfig()
-
-
Method Details
-
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()
-