mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -677,7 +677,7 @@ public class Jackson2ObjectMapperBuilder {
|
||||
objectMapper.setFilterProvider(this.filters);
|
||||
}
|
||||
|
||||
this.mixIns.forEach((target, mixinSource) -> objectMapper.addMixIn(target, mixinSource));
|
||||
this.mixIns.forEach(objectMapper::addMixIn);
|
||||
|
||||
if (!this.serializers.isEmpty() || !this.deserializers.isEmpty()) {
|
||||
SimpleModule module = new SimpleModule();
|
||||
|
||||
Reference in New Issue
Block a user