Commit Graph

85 Commits

Author SHA1 Message Date
collaboratewithakash b6dca7a633 backlink updated 2023-09-08 11:54:30 +05:30
Bipin kumar 34580d1884 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 ed17162e4d JAVA-24245: Fixing faling test case after jacson upgrade build issues (#14601) 2023-08-25 12:33:48 +03:00
collaboratewithakash f07465f7e1 backlink removed 2023-08-11 12:42:29 +05:30
edizor cafce540c7 Create README.md
[skip ci]
2023-08-09 20:04:00 +08:00
edizor 82375bed38 Update README.md
[skip ci]
2023-08-02 21:43:06 +08:00
edizor dab8eaee2b Create README.md
[skip ci]
2023-08-02 21:37:54 +08:00
ovidiumihaitacu c8bca3abc1 [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 6f78670338 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 10cab805de Merge pull request #14405 from tudormarc/tudor/jacksonjr4
BAEL-6310 - updated indent
2023-07-19 09:07:50 +02:00
Sam Gardner 2fec1f1f7e BAEL-6749 improve examples for handling null fields with Jackson 2023-07-17 15:41:07 +01:00
tudor.marc 53bb8da097 BAEL-6310 - updated indent 2023-07-13 22:50:40 +03:00
edizor 6b98a133f6 Update README.md
[skip ci]
2023-07-01 18:13:54 +08:00
edizor feb2bd3c8f Update README.md
[skip ci]
2023-07-01 17:09:10 +08:00
tudor.marc af4f179335 BAEL-6310 - update project location 2023-06-28 23:34:34 +03:00
Mo Helmy 5e3bf803f4 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 9bbd08c6a8 BAEL-5830 Add code for setting default values for null fields with Jackson (#14265) 2023-06-19 08:15:16 -07:00
edizor e8b2cccd4f Update README.md
[skip ci]
2023-06-15 22:23:23 +08:00
Sam Gardner 28e60de07d BAEL-6312 Update @JsonMerge annotation test to update language instead of name 2023-06-09 13:56:22 +01:00
Sam Gardner 3779c5c50c BAEL-6312 Add example code for @JsonMerge Jackson annotation 2023-06-05 11:13:48 +01:00
collaboratewithakash e2f19bfe2f backlink updated 2023-05-31 17:25:58 +05:30
collaboratewithakash 69dd5ee7aa backlink updated 2023-05-31 17:14:55 +05:30
edizor dc97aae182 Update README.md
[skip ci]
2023-04-20 17:54:06 +08:00
Loredana Crusoveanu b01a849724 Merge pull request #13842 from edizor/master
Update README
2023-04-18 13:31:26 +03:00
Azhwani 61b242fcfd BAEL-5737: Fix the JsonMappingException: Can not deserialize instance of java.util.ArrayList (#13837) 2023-04-18 08:28:52 +02:00
edizor fb71922274 Update README.md
[skip ci]
2023-04-14 16:54:40 +08:00
Tapan Avasthi b86f875dbe 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 3aaf85dcca [improve-jackson-annotation] BAEL-6308 JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES (#13807) 2023-04-12 19:35:29 -05:00
Loredana Crusoveanu c4c6d470e8 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 e297f43f17 JAVA-19536 Formatting of pom.xml 2023-04-07 22:32:01 +05:30
edizor 89e7249f0d Update README.md
[skip ci]
2023-04-07 23:39:24 +08:00
Tapan Avasthi 3051d4ba97 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 28c8893b38 [BAEL-6203] Deserialize Generic Type with Jackson (#13764) 2023-04-03 20:47:51 -07:00
edizor 7762d40b74 Update README.md
[skip ci]
2023-03-30 22:10:01 +08:00
Abhinav Pandey b5ab6ad906 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 5fdce22ac5 [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 c1564c38a0 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 063be45440 Update README.md
[skip ci]
2023-01-19 07:25:57 +08:00
apeterlic 02b56bf783 BAEL-6032 - @JsonIgnore vs @Transient (#13254)
* BAEL-6032 - @JsonIgnore vs @Transient

* Rename test methods
2023-01-12 18:50:58 +05:30
thibault.faure 6746ddc7ea 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 b522237512 [deserializeEnumCaseInsensitve] Deserializing Enums in a Case-Insensitive Manner in Jackson (#12868) 2022-10-17 19:41:41 -05:00
collaboratewithakash 6690a41b17 Update README.md 2022-09-23 15:07:46 +05:30
collaboratewithakash d30ce932f9 Update README.md 2022-09-23 15:03:39 +05:30
freelansam dc1815c10c JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J 4859fc9324 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 941d6701f3 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 5c8d615fdb JAVA-12729: rename jackson module 2022-07-29 19:32:11 +05:30
anuragkumawat cf932245aa JAVA-12710 Look into XML Serialization and Deserialization with Jackson article 2022-06-23 21:06:31 +05:30
Asjad J bba9f4374b 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 de77319b35 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