-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar.
- [X] I have confirmed that the same problem is not …
-
**Describe the bug**
When a data class contains a private getter `getProp` with return type TypeA and there's a class property named `prop` with type TypeB the JSON form of the class will not contain…
-
We have a kdbx encrypted with password, using KDBX db v2.x
```bash
ls foobar.kdbx
foobar.kdbx
❯ file foobar.kdbx
foobar.kdbx: Keepass password database 2.x KDBX
```
Opening the file with …
-
Hi
I'm trying to upload my data to DANDI, and ran into some problems that I think would give other users issues as well.
The first problem was that even though data_unit is not a required field…
-
Right now the version of `ObjectMapper` is specified as `ss.dependency "ObjectMapper", '~> 2.2'` in podspec. And it doesn't allow us to use version 3.0 of the library. But it's definitely compatible. …
-
Remove heavy-weight `ObjectMapper` for common proxy events and switch to [Jackson Jr](https://github.com/FasterXML/jackson-jr)
-
Provide means via ServiceLoader to decorate the ObjectMappers.
Therefore, can create:
officejson_jackson_afterburner
To automatically register afterburner for ObjectMappers of JSON proce…
-
### 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 currently migrating from Jackson…
-
I was wondering how to write a polymorphic parser for JSON CloudEvents, where the payload can be one of many types.
Normally, with plain Jackson one can do something like [this](https://www.baeldung.…
-
**Describe the bug**
Use case is serializing and deserializing a generic container which uses the type info in the container to deserialize the content.
In the case of primitive boxed types (Intege…