https://kotlinlang.org logo
n

neil.armstrong

09/18/2017, 10:54 AM
I don’t think you need
@field:
ether
Copy code
data class MyDataClass(
        @JsonProperty("i_ui_time_zone") val uiTimeZone: Int? = null,
        @JsonProperty("my_other_field) val myOtherField: String? = ""
)
The above is how I would do it for Jackson parsing