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
|
@ -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…
Reference in New Issue