-
Updated
Dec 9, 2020 - Java
jackson
Here are 576 public repositories matching this topic...
-
Updated
Nov 30, 2020
-
Updated
Nov 27, 2020 - Java
-
Updated
Nov 26, 2020 - Java
-
Updated
Dec 7, 2020 - Kotlin
JsonGenerator#writeTypePrefix writes an id "null" and cannot be set up to skip the id completely
I have a TypeIdResolver implementation which works around generic type erasure to allow marshaling/unmarshaling of a parameterized type. This works fine when the underlying parameterized type maps directly onto a JSON type e.g. java.lang.Double but when it's a type that needs to be converted to a JSON string e.g. java.time.LocalDate then my TypeIdResolver is asked for a type and I can eit
Fix Github145 test
This test broke at some point in the past. It's ignored on the 2.12 branch; this branch un-ignores it so it can be fixed.
Test itself was added for #145 ?
-
Updated
Dec 17, 2020 - Java
-
Updated
Dec 19, 2020 - Scala
-
Updated
Jun 20, 2018 - Java
The generated client is built to work with specific version. It is fine to keep it open which versions are used in the end. But it would be much more useful to specify some versions at least as an example in the documentation here: https://guardrail.dev/scala/dropwizard/
Otherwise you leave it as an open quest for each and every developer trying to integrate it, and go through the hassle of fig
-
Updated
Dec 15, 2020 - Kotlin
InstantSerializer doesn't respect any format-related settings without replacing serializer instance
InstantSerializer doesn't respect any of the following standard Jackson configuration settings:
ObjectMapper#setDateFormat
@JsonFormat(pattern) on an Instant
others?
Instead, I have to create and manually override the default InstantSerializer registered by the module.
This isn't well documented and is definitely confusing when using the library.
Can we make InstantSerializer
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Java
-
Updated
Dec 20, 2020 - Java
-
Updated
Sep 11, 2020 - Java
-
Updated
Nov 23, 2020 - Java
Improve this page
Add a description, image, and links to the jackson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jackson topic, visit your repo's landing page and select "manage topics."
(note: follow-up to #2291 in which basic example added on README)
So: beyond initial simple Builder usage shown on README it would be nice to have more in-depth usage example(s).
This could be a wiki page on this repo or
jackson-docs, or blog post to link to.For purposes of Hacktoberfest whoever works on this could do PR for change in README to link to whatever resource gets added.