Fixed that com.fasterxml.jackson.annotation.JsonIgnore gets applied (adding it as annotation didn't work)
This commit is contained in:
parent
8b671f5786
commit
f13d417549
1 changed files with 1 additions and 2 deletions
|
@ -2,5 +2,4 @@ package net.codinux.banking.client.model.config
|
|||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore
|
||||
|
||||
@JsonIgnore
|
||||
actual annotation class JsonIgnore
|
||||
actual typealias JsonIgnore = JsonIgnore
|
Loading…
Add table
Reference in a new issue