jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)

Results 208 jackson-databind issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have tried many different ways to combine `@JsonTypeInfo(include = As.PROPERTY)` and `@JsonIdentityInfo(generator = PropertyGenerator.class)`, but it always ends up throwing an exception at me like this...

to-evaluate

I could speed up some code if I could write: ``` @JsonCreator public MyClass(@JsonProperty("a") String a, @JsonAnySetter Map leftovers) {} ```

most-wanted
2.17

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug When deserialization uses a record with a constructor property with `access=READ_ONLY`,...

has-failing-test
Record
2.17

I was more or less just messing around with an approach to solve this for now without the big refactor mentioned in the issue. Perhaps this is already fine? The...

jackson-databind is very dependent on java reflection but we can start rewriting some pieces of code to avoid it

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug ### Version Information 2.16.1 ### Reproduction ```java public static void main(String[]...

need-test-case

### Is your feature request related to a problem? Please describe. The idea is that when mapper activateDefaultTyping is enabled that not every class name would be written into the...

to-evaluate

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I was trying to integrate a new virtual threads friendly into...

to-evaluate