Bruce E. Thelen
Results
2
issues of
Bruce E. Thelen
When using `@JsonAnyGetter` annotation, the settings `objectMapper.configure(SerializationFeature.WRITE_NULL_MAP_VALUES, false);` and `objectMapper.setPropertyInclusion(JsonInclude.Value.construct(JsonInclude.Include.NON_NULL, JsonInclude.Include.NON_NULL));` do not appear to be respected. When serializing a map that is not annotated with `@JsonAnyGetter` null values are...
3.x