HHH-17098 Auto-discover ObjectMapper modules for JacksonJsonFormatMapper
This commit is contained in:
parent
9c0b4ee8ec
commit
33258a9c49
|
@ -23,7 +23,7 @@ public final class JacksonJsonFormatMapper implements FormatMapper {
|
||||||
private final ObjectMapper objectMapper;
|
private final ObjectMapper objectMapper;
|
||||||
|
|
||||||
public JacksonJsonFormatMapper() {
|
public JacksonJsonFormatMapper() {
|
||||||
this(new ObjectMapper());
|
this(new ObjectMapper().findAndRegisterModules());
|
||||||
}
|
}
|
||||||
|
|
||||||
public JacksonJsonFormatMapper(ObjectMapper objectMapper) {
|
public JacksonJsonFormatMapper(ObjectMapper objectMapper) {
|
||||||
|
|
Loading…
Reference in New Issue