jackson-future-ideas icon indicating copy to clipboard operation
jackson-future-ideas copied to clipboard

Repository for SOLE PURPOSE of issue tracker and Wiki for NEW IDEAS. Please: NO BUG REPORTS.

Results 36 jackson-future-ideas issues
Sort by recently updated
recently updated
newest added

It would be handy if one could rename a json property **only** inside a specific view. ``` public class PersonDTO { @JsonView(View.Specific.class) private String personname; static class View { interface...

I know some people frown upon benchmarks provided by the core team, but it's very hard to properly benchmark on Java, since the JVM needs proper warm-up and etc and...

There are many situations where creating a simple mixin for a class is not feasable and creating a (de)serializer is a lot of effort. It would be nice if it...

``` @JsonTypeInfo( use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") public abstract class Animal { private String sound; private String type; public String getSound() { return sound; } public...

I have a few use cases where JSON deserialization may be _deferred_, and the user given a chance to override, modify properties, merge with another bean, or otherwise defer deserialization...

https://cyberphone.github.io/doc/web/yasmin.html#apimapping This may either be a Spring or CXF feature. The signature option requires that Jackson can deal with ES6 compatible serialization.