neil.armstrong
09/18/2017, 10:54 AM@field:
ether
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