jackson-databind
                                
                                 jackson-databind copied to clipboard
                                
                                    jackson-databind copied to clipboard
                            
                            
                            
                        General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)
### Is your feature request related to a problem? Please describe. This is a follow-up to this discussion in the Quarkus tracker: https://github.com/quarkusio/quarkus/issues/45537#issuecomment-2587715601 . In the Quarkus project, @zakkak is...
(note: addresses #4907 in part) Since introspection of core JDK types (java.*, sun.*, com.sun.*) and extended JDK types (javax.*) can be problematic for platforms like Graal (or maybe even in...
### Search before asking - [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I am in the process of migrating a large code base...
`@JsonFilter`'s property support acts as if the property's class had been annotated with `@JsonFilter`, so the filter is applied to each of the property's class' properties. I request a way...
If the writer is based on C/C++ libraries then NaN can be either NaN, nan, or NAN depending on the math library implementation and whether the developer used %f or...
We would very much like to use builders in combination with JsonIdentityInfo, however the following condition in BuilderBasedDeserializer.java prevents this: ``` // 05-Mar-2012, tatu: Can not really make Object Ids...
### Search before asking - [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I know that @JsonIdentityInfo can resolve the recyle reference for pojo,...
From https://github.com/FasterXML/jackson/discussions/125#discussioncomment-4131390 Would like to specify a feature (or have default behaviour) where serialization with ObjectMapper of simple maps/objects would result in compact/defined length maps with CBOR
Add test for #3596