Using an objectmapper instance to deserialize the json list to a VO works fine, This VO uses @JsonValue, but error when uses springboot’s objectmapper
Using an objectmapper instance to deserialize a json list to a VO works fine, This VO uses @JsonValue, but uses springboot’s objectmapper, which results in an error.
JsonView field unknown
I use spring boot 3.3. I’m trying to use JsonView
JsonView field like unknow
I use spring boot 3.3