List Question
20 TechQA 2024-03-28T13:19:27.907000Dependencies not shading with Maven shade
20 views
Asked by Hugo Bell
Java Jackson - Change class name during serialization
39 views
Asked by uv2209
Is it possible to get ContainerRequestContext or HttpHeaders in Jackson serializers/deserializers?
28 views
Asked by MarcusH
Custom Serialization for all instances of Map<String, Object> using Jackson
19 views
Asked by tarun14110
JsonNode - How to update nested values in array
41 views
Asked by kuytsce
Spring Rest Client - Deserializing without wrapper classes
25 views
Asked by RamPrakash
How to get schema or schema ID of JsonNode when using KafkaJsonSchemaSerde
15 views
Asked by kopaka
Is there a straightforward way to dynamically re-format a Kafka topic from JSON Schema to AVRO
19 views
Asked by kopaka
Can I do without aggressive escaping when executing my curls with JSON payload?
52 views
Asked by Sergey Zolotarev
How to use Jackson to deserialize using sub types with a nullable property?
115 views
Asked by Conor Egan
Jackson Compare Two Arbitrary JsonNodes Ignoring Missing Fields
35 views
Asked by Cizox
Using Java Jackson CSV mapper to quote specific columns only
38 views
Asked by Gábor Major
Jackson deserialization: Prepare to deserialize subclasses outside original parent class JAR
32 views
Asked by Rafael Afonso
Can you use Jacksons polymorphism with headerless CSV files of variable length?
39 views
Asked by reikje
How can I make Jackson serialize enum constants to lower-case values if the enum is read-only?
73 views
Asked by Sergey Zolotarev
jackson databind - apply modules to keys in a map
28 views
Asked by Tanay Ghirnikar
Jackson - Serialize Map with Object as key to array
78 views
Asked by carpics
Configuring multiple serializers and deserializers to properties with a specific annotation
27 views
Asked by BamaPookie
'org.gradle.api.GradleException: Could not add zip entry' happend when using shadowJar and jackson-core
72 views
Asked by Light_Sun