This shows you the differences between two versions of the page.
|
poo-ca-cd:laboratoare:tutorial-json-jackson [2020/08/18 22:27] florin.mihalache |
poo-ca-cd:laboratoare:tutorial-json-jackson [2020/11/28 21:18] (current) ion.birsu [Folosirea API-ului] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * Responsabil: [[ionut.birsu@gmail.com|Ionut Birsu]] | * Responsabil: [[ionut.birsu@gmail.com|Ionut Birsu]] | ||
| * Data publicării: 25.11.2018 | * Data publicării: 25.11.2018 | ||
| - | * Data ultimei modificări: 25.11.2018 | + | * Data ultimei modificări: 28.11.2020 |
| ====Obiective==== | ====Obiective==== | ||
| Line 44: | Line 44: | ||
| Descarcare biblioteci: | Descarcare biblioteci: | ||
| - | [[http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.7/jackson-core-2.9.7.jar|Jackson Core]] | + | [[https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.7/jackson-core-2.9.7.jar|Jackson Core]] |
| - | [[http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.7/jackson-databind-2.9.7.jar|Jackson Databind]] | + | [[https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.7/jackson-databind-2.9.7.jar|Jackson Databind]] |
| - | [[http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.7/jackson-annotations-2.9.7.jar|Jackson Annotations]] | + | [[https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.7/jackson-annotations-2.9.7.jar|Jackson Annotations]] |
| ====Folosirea API-ului==== | ====Folosirea API-ului==== | ||
| Line 157: | Line 157: | ||
| </code> | </code> | ||
| Documentatie: http://fasterxml.github.io/jackson-databind/javadoc/2.9/ -> ObjectMapper | Documentatie: http://fasterxml.github.io/jackson-databind/javadoc/2.9/ -> ObjectMapper | ||
| + | |||
| + | Anotatii utile: https://www.baeldung.com/jackson-annotations (ex. JsonIgnore ) | ||