Commit 6069d35
authored
Fix "missing" custom ClassIntrospector after ObjectMapper::copy : Add copy() to KotlinClassIntrospector
There is a problem with objectMapper.copy() method with kogera module. Copy method of ObjectMapper does not call setupModule method in SimpleModule in copy. It calls ClassIntrospector.copy() method instead.1 parent cbc54d7 commit 6069d35
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments