Dariusz Kuc
01/17/2021, 6:55 PMString
value I'd like to have it wrapped in data class Wrapper(val value: String)
, in Jackson I can use @JsonCreator/@JsonValue
annotations to achieve this. Based on the docs it looks like I need to build a custom serializer?Javier
01/17/2021, 6:56 PMDariusz Kuc
01/17/2021, 7:01 PMkqr
01/17/2021, 7:02 PM