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 352 jackson-databind issues
Sort by recently updated
recently updated
newest added

When deserialize setterless properties with type info mapper.enableDefaultTyping(ObjectMapper.DefaultTyping.NON_FINAL) the deserializer throws an exception: com.fasterxml.jackson.databind.JsonMappingException: Invalid type id 'item' (for id type 'Id.class'): no such class found (through reference chain: com.fasterxml.jackson.databind.deser.PropNoSetter["list"])...

has-failing-test

`updateValue` is a convenient way to update the fields of a POJO and it even supports changing hierarchical values. Currently when the object to be updated is an instance of...

Record

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I have kotlin data class ```@JsonTypeName("perform") data class Request( @JsonProperty("header") override...

to-evaluate

`DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES` currently defaults to `true`. So assuming you're using Jackson to deserialize HTTP request bodies this will mean, deserialization fails if the clients sends a single property unknown to the...

3.x
most-wanted

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug I'm writing a custom deserializer for recursive types, all implementing from...

### Describe your Issue In `Kotlin`, annotations are given to constructor parameters of the `record` class when written in a natural way. ```kotlin @JvmRecord data class JacksonTest( @JsonProperty("propertyOne") val one:...

Record
property-discovery
2.18

### Is your feature request related to a problem? Please describe. I need to deserialize incoming packets encoded in JSON. For examples, there are some rules describe an protocol: 1....

to-evaluate

Sorry if it's duplicate but i did not find anything like that **Describe the bug** When using custom annotation, Annotated.getAnnotation() method does not return annotation for a field marked with...

Record

### Is your feature request related to a problem? Please describe. Jackson 2.12 introduced the "always break when trying to serialize java.time objects without the JavaTimeModule` behavior. Unfortunately, this breaks...

to-evaluate

### Is your feature request related to a problem? Please describe. I'm trying to serialize a minimized Dropwizard configuration object, excluding any default values, in https://github.com/motlin/liftwizard/pull/2011/files. The first thing I...

to-evaluate