How to Deserialise the Jackson SNAKE CASE object mapper into CAMEL CASE data class model in Kotlin?

前端 未结 0 1317
小鲜肉
小鲜肉 2021-01-25 12:29

I have serialised the data class model "ProfileInfo" using

val jsonString = jacksonObjectMapper().setPropertyNamingStrategy(PropertyNamingStrategy.SNAKE_CASE).w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题