jackson共24篇
The Surprising Reason Your JSON Data is Returning null in Spring Boot-拾光赋

The Surprising Reason Your JSON Data is Returning null in Spring Boot

The Surprising Reason Your JSON Data is Returning null in Spring Boot, Introduction Last week, I found myself in a debugging nightmare. My Spring Boot services were talking, but so...
kity的头像-拾光赋kity25天前
03515
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson-拾光赋

Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson

Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson, Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jacks...
kity的头像-拾光赋kity1个月前
06010
How to solve stackoverflow serialization loop with Jackson's annotations @JsonBackReference and @JsonManagedReference-拾光赋

How to solve stackoverflow serialization loop with Jackson’s annotations @JsonBackReference and @JsonManagedReference

How to solve stackoverflow serialization loop with Jackson's annotations @JsonBackReference and @JsonManagedReference,This week, I was refactoring code for an Animal Shelter and en...
kity的头像-拾光赋kity1个月前
03812
Why Do We Still Need Jackson or Gson in Java?-拾光赋

Why Do We Still Need Jackson or Gson in Java?

Why Do We Still Need Jackson or Gson in Java?,Alright, let’s talk about something that’s been bugging me for ages: JSON handling in Java. Why do we still need libraries like Jack...
kity的头像-拾光赋kity2个月前
0326
A simple GeoJSON serializer for Jackson-拾光赋

A simple GeoJSON serializer for Jackson

A simple GeoJSON serializer for Jackson,When you are working with Geometry types in Postgis, if you are using a backend with Java and others JVM compatible languages, at some point...
kity的头像-拾光赋kity11个月前
04112
[Java Spring Boot] How to implement a Custom Serializer for your Responses or Json-拾光赋

[Java Spring Boot] How to implement a Custom Serializer for your Responses or Json

[Java Spring Boot] How to implement a Custom Serializer for your Responses or Json,Clique aqui para versão em português This article complements the previous article, which talks...
kity的头像-拾光赋kity2年前
05610
[Java Spring Boot] Como Criar Serializador Personalizado para seus Responses ou Json de saída-拾光赋

[Java Spring Boot] Como Criar Serializador Personalizado para seus Responses ou Json de saída

[Java Spring Boot] Como Criar Serializador Personalizado para seus Responses ou Json de saída,Este artigo complementa o artigo anterior, que fala sobre criar deserializador custom...
kity的头像-拾光赋kity2年前
0428
[Java SpringBoot] How to implement a Custom Deserializer for your Requests-拾光赋

[Java SpringBoot] How to implement a Custom Deserializer for your Requests

[Java SpringBoot] How to implement a Custom Deserializer for your Requests,Clique aqui para versão em português Introduction Some days ago a situation arose to be resolved at wor...
kity的头像-拾光赋kity2年前
03812
[Java SpringBoot] Como Criar Deserializador Personalizado para seus Requests-拾光赋

[Java SpringBoot] Como Criar Deserializador Personalizado para seus Requests

[Java SpringBoot] Como Criar Deserializador Personalizado para seus Requests, Introdução Esses dias surgiu uma situação a ser resolvida no trabalho e resolvi compartilhar a sol...
kity的头像-拾光赋kity2年前
04614
A tale of fixing a tiny OpenAPI bug-拾光赋

A tale of fixing a tiny OpenAPI bug

A tale of fixing a tiny OpenAPI bug, TL;DR : I found and fixed a tiny bug in OpenAPI, learnt about the library, jackson and git in the process. Yesterday, I was sharing some tips o...
kity的头像-拾光赋kity2年前
0565
Create a custom Jackson JsonSerializer und JsonDeserializer for mapping values-拾光赋

Create a custom Jackson JsonSerializer und JsonDeserializer for mapping values

Create a custom Jackson JsonSerializer und JsonDeserializer for mapping values, Mapping FieldValueIDs for the payload of the Emarsys API (3 Part Series) 1 Create a custom Symfony N...
kity的头像-拾光赋kity2年前
0549
Using Jackson Subtypes to Write Better Code-拾光赋

Using Jackson Subtypes to Write Better Code

Using Jackson Subtypes to Write Better Code,In this post, we'll look at how Jackson Subtypes can automatically map JSON to the right subclass, without having to write your own conv...
kity的头像-拾光赋kity2年前
04411