-
### Issue description
The Micronaut Core docs tell you to use `JsonMapper` instead of Jackson's `ObjectMapper` as the right interface for serializing objects, but:
1. Micronaut Serialization docs …
-
### Library version
0.1.0, 0.2.0
### Description
When using `throw ValueDoesNotMatch`, resulting `InvalidData` exception contains empty `errors`.
### Steps to reproduce
Input class
`…
-
Deserializing `Instant` from the string of "millis.nanos", which is the default serialization method in Jacskon yields different result when doing so through the `ObjectMapper.readValue` method or fir…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
When parsing a LocalDate with LocalDa…
-
您好,请问最新的版本(1.4.0)中在:json::ObjectMapper中并没有createShared();了,那么现在这个代码应该怎么写呢?
-
Hey everyone :wave:
This issue is here to standardize how we should think about mapping in future and a proposition on how we could harmonize all theses ideas in one component.
## Context
Tod…
-
emit error
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.ruiyun.jvppeteer.entities.CookiePartitionKey` (although at least one Creator exists): no Stri…
-
When loading some popular embedding models, I am currently coming across a Jackson parsing error of MismatchInputException from loading of the `tokenizer.json`. After further investigation, it seems l…
-
In order to change how JacksonJsonProvider maps JSON ("application/json") content to and from Java Objects ("POJO"s).
You can use a ContextResolver implementation like this
```
public class Mapper…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suita…