Commit Graph

85 Commits

Author SHA1 Message Date
collaboratewithakash
3e450193dd backlink updated 2023-09-08 11:54:30 +05:30
Bipin kumar
e5ac465318 JAVA-24381:Changes made for fixing pom indentation for modules starts L to D (#14634) 2023-08-28 18:29:31 +03:00
Bipin kumar
099d31fb31 JAVA-24245: Fixing faling test case after jacson upgrade build issues (#14601) 2023-08-25 12:33:48 +03:00
collaboratewithakash
1a59338b4b backlink removed 2023-08-11 12:42:29 +05:30
edizor
b884f4cba5 Create README.md
[skip ci]
2023-08-09 20:04:00 +08:00
edizor
36f4bdb503 Update README.md
[skip ci]
2023-08-02 21:43:06 +08:00
edizor
71b8229974 Create README.md
[skip ci]
2023-08-02 21:37:54 +08:00
ovidiumihaitacu
bfc63c6eeb [BAEL-6750] - Jackson Polymorphic Deserialization and SubTypes registration using Reflection API (#14503)
* [BAEL-6750] - Jackson Polymorphic Deserialization and SubTypes registration using Reflection API

* Renamed test files

---------

Co-authored-by: ovidiu-mihai98 <57233636+ovidiu-mihai98@users.noreply.github.com>
2023-07-31 19:19:16 +02:00
davidmartinezbarua
e1ee366539 Merge pull request #14431 from sam-gardner/BAEL-6749-improve-examples-for-handling-null-fields-with-jackson
BAEL-6749 improve examples for handling null fields with Jackson
2023-07-19 14:18:50 -03:00
Vini
3da4812c8c Merge pull request #14405 from tudormarc/tudor/jacksonjr4
BAEL-6310 - updated indent
2023-07-19 09:07:50 +02:00
Sam Gardner
58e756824f BAEL-6749 improve examples for handling null fields with Jackson 2023-07-17 15:41:07 +01:00
tudor.marc
1c1639e1c8 BAEL-6310 - updated indent 2023-07-13 22:50:40 +03:00
edizor
9b0d629242 Update README.md
[skip ci]
2023-07-01 18:13:54 +08:00
edizor
ebd569ebb5 Update README.md
[skip ci]
2023-07-01 17:09:10 +08:00
tudor.marc
eeec699ea9 BAEL-6310 - update project location 2023-06-28 23:34:34 +03:00
Mo Helmy
2c1544db4d Removing JSON elements with Jackson [BAEL-6511] (#14291)
* Removing JSON elements with Jackson [BAEL-6511]

This commit adds a test class for removing JSON elements using the Jackson library.

* Removing JSON elements with Jackson [BAEL-6511]

This PR adds a test class for removing JSON elements using the Jackson library.
2023-06-26 19:26:45 -05:00
sam-gardner
f4007229f7 BAEL-5830 Add code for setting default values for null fields with Jackson (#14265) 2023-06-19 08:15:16 -07:00
edizor
6fb99c19b2 Update README.md
[skip ci]
2023-06-15 22:23:23 +08:00
Sam Gardner
7283845475 BAEL-6312 Update @JsonMerge annotation test to update language instead of name 2023-06-09 13:56:22 +01:00
Sam Gardner
6b9812fa9c BAEL-6312 Add example code for @JsonMerge Jackson annotation 2023-06-05 11:13:48 +01:00
collaboratewithakash
70e5e9251c backlink updated 2023-05-31 17:25:58 +05:30
collaboratewithakash
8ece7eaa98 backlink updated 2023-05-31 17:14:55 +05:30
edizor
b9d4700181 Update README.md
[skip ci]
2023-04-20 17:54:06 +08:00
Loredana Crusoveanu
e1c220d5a6 Merge pull request #13842 from edizor/master
Update README
2023-04-18 13:31:26 +03:00
Azhwani
b4c2121442 BAEL-5737: Fix the JsonMappingException: Can not deserialize instance of java.util.ArrayList (#13837) 2023-04-18 08:28:52 +02:00
edizor
56ec052150 Update README.md
[skip ci]
2023-04-14 16:54:40 +08:00
Tapan Avasthi
ccea60a207 BAEL-6307: Use LinkedHashMap to fix order of keys during serialization (#13832)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-13 20:11:25 -05:00
Kai Yuan
5bd9abb347 [improve-jackson-annotation] BAEL-6308 JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES (#13807) 2023-04-12 19:35:29 -05:00
Loredana Crusoveanu
9e17e58d6e Merge pull request #13790 from dkapil/task/JAVA-19536_ij
JAVA-19536 Formatting of pom.xml
2023-04-10 10:24:02 +03:00
Dhawal Kapil
4c760bd614 JAVA-19536 Formatting of pom.xml 2023-04-07 22:32:01 +05:30
edizor
34d99be895 Update README.md
[skip ci]
2023-04-07 23:39:24 +08:00
Tapan Avasthi
65e22c8b02 BAEL-6370: Introduce @JsonKey annotation for Map serialization (#13766)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-06 18:53:50 -05:00
Forb Yuan
b0a84c94d2 [BAEL-6203] Deserialize Generic Type with Jackson (#13764) 2023-04-03 20:47:51 -07:00
edizor
aaf2e0ceb7 Update README.md
[skip ci]
2023-03-30 22:10:01 +08:00
Abhinav Pandey
e08f12be91 BAEL-5936 - OffsetDateTime serialization with Jackson (#13680)
* BAEL-5936 - OffsetDateTime serialization with Jackson

* BAEL-5936 - Extracting methods and adding tests

* BAEL-5936 - Renaming test file

* BAEL-5936 - Changing test method names

* BAEL-5936 - removes implements serializable
2023-03-30 07:53:46 +05:30
Almog Tavor
54cf9a784e [BAEL-5780] Difference Between asText() and toString() in JsonNode (#13601)
* [BAEL-5780] Difference Between asText() and toString() in JsonNode

* chore: add test to demonstrate the difference at the special chars aspect

* fix: follow tests names convention

* fix: follow tests names convention
2023-03-21 19:07:56 -07:00
Azhwani
4ef931f67a BAEL-6076: Resolving Jackson JsonMappingException: Can not deserialize instance of java.lang.String out of START_OBJECT token (#13495) 2023-02-28 10:41:01 +05:30
edizor
153049be46 Update README.md
[skip ci]
2023-01-19 07:25:57 +08:00
apeterlic
6b7505e366 BAEL-6032 - @JsonIgnore vs @Transient (#13254)
* BAEL-6032 - @JsonIgnore vs @Transient

* Rename test methods
2023-01-12 18:50:58 +05:30
thibault.faure
b07c2ef9e7 BAEL-5849 Code for the improvement of the article Custom deserializer for a generic type jackson 2022-11-20 19:29:59 +01:00
Kai Yuan
0fc265ad83 [deserializeEnumCaseInsensitve] Deserializing Enums in a Case-Insensitive Manner in Jackson (#12868) 2022-10-17 19:41:41 -05:00
collaboratewithakash
43c19144f8 Update README.md 2022-09-23 15:07:46 +05:30
collaboratewithakash
daf0b37295 Update README.md 2022-09-23 15:03:39 +05:30
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J
9f0558ea7b Updated README.md
added link back to the article: https://www.baeldung.com/java-read-json-from-url
2022-08-25 16:50:48 +05:00
Ulisses Lima
17bef24ece BAEL-5657 - Reading JSON from a URL in Java (#12584)
* moving SpringBootPersistenceApplication class to its own package

* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.

* moving SpringBootPersistenceApplication class to its own package

* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.

* Spring Data MongoDB - Configure Connection

Ready for revision.

* fixed tests to reflect article changes

* BAEL-5657

* reverting BAEL-5657

* reverting BAEL-5657

* done

* reverting bael-5366

* revert bael-5366

* revert bael-3366

* including section 3

3. Using commons-io and org.json

* replacing tabs with spaces
2022-08-19 00:00:45 +02:00
sampadawagde
b1362343e7 JAVA-12729: rename jackson module 2022-07-29 19:32:11 +05:30
anuragkumawat
0b0b8ad4ca JAVA-12710 Look into XML Serialization and Deserialization with Jackson article 2022-06-23 21:06:31 +05:30
Asjad J
fdd496e8eb Updated README.md
added link back to the article: https://www.baeldung.com/jackson-deduction-based-polymorphism
2022-04-18 17:16:03 +05:00
Iulian Manda
659f7396cf BAEL-5115 Deduction-Based Polymorphism in Jackson 2.12 (#11732)
* BAEL-5115 Deduction-Based Polymorphism in Jackson 2.12

* Fix pmd

* Code review changes

* Improvements

* Code review

* Code review

* fix typo

* Rename package

* Apply formatter

* Add old deduction

* revert
2022-04-17 13:16:25 +02:00