-
**Describe the bug**
`ObjectMapper#readValue(String)` seems to preserve all nine digits of an `Instant`'s decimal, but `ObjectMapper#readTree(JsonParser)` does not.
**Version information**
Ja…
-
Hello,
I was wondering if it's possible to dispatch a single event, but then format it different based on the client. I couldn't see a way to do this that is already built in, as the convert logic …
-
I have a Lambda function with the following signature. These APIGateway classes represent the HTTP API version of API Gateway.
`public class ApiGatewayGetAllProductRequestHandler implements Request…
-
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/dj/Library/Developer/Xcode/DerivedData/ObjectMapperTest-ada…
-
### Expected Behavior
We can use either Jackson AfterBurner or BalckBird modules.
### Actual Behaviour
Adding either AfterBurner or BlackBird module in the classpath will make our Micronaut applica…
-
## I'm submitting a ... (check one with "x")
```
[ ] bug report
[ ] feature request
[x] question
```
## Expected Behavior
Is it possible to override the global MappingJackson2HttpMessageC…
-
I generated the client code from my OAS 3.0.3 spec for `java`, `resttemplate` and `java8` as `dateLibrary`.
I had to explicitly set `openApiNullable` to true in the gradle plugin - otherwise I had …
-
Currently jackson supports reading newline-delimited json such as [JSON Lines](http://jsonlines.org/) and [NDJSON](https://github.com/ndjson/ndjson-spec), see https://github.com/FasterXML/jackson-data…
quaff updated
3 weeks ago
-
```java
// JSON 문자열에서 제네릭 객체를 추출하는 함수
// 참고 : https://hianna.tistory.com/631
public static T convertJsonStringToObject(String jsonString, Class clazz) throws Exception {
log…
-
In my application I need to register some MixIn modules to deal with 3rd party library POJO's that do not have a no arg constructor. I created a jackson ObjectMapper and registered my modules. I the…