Christian Buchmann
Results
2
issues of
Christian Buchmann
Hi, I have the following class with the @JsonTypeInfo annotation. ``` @JsonTypeInfo( use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "type") public class MyEvent { @JsonProperty(required = true) private final...
Hi, Thanks for a great library. I have a case where we have fields that sometimes only contains white spaces. What happens now is that the field is set to...
good first issue