Class JacksonConfig
java.lang.Object
info.mikethomas.fahservices.config.JacksonConfig
JacksonConfig class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
objectMapper.
-
Constructor Details
-
JacksonConfig
public JacksonConfig()
-
-
Method Details
-
objectMapper
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()objectMapper.
- Returns:
- a
ObjectMapper
object
-