d4522c7c16
* BAEL-1216: improve tests * BAEL-1448: Update Spring 5 articles to use the release version * Setting up the Maven Wrapper on a maven project * Add Maven Wrapper on spring-boot module * simple add * BAEL-976: Update spring version * BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView) * Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple * BAEL-1285: Update Jackson articles * BAEL-1273: implement both MVC and Rest approach to serve RSS content |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Jackson Cookbooks and Examples
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Jackson Ignore Properties on Marshalling
- Jackson – Unmarshall to Collection/Array
- Jackson Unmarshalling json with Unknown Properties
- Jackson – Custom Serializer
- Jackson – Custom Deserializer
- Jackson Exceptions – Problems and Solutions
- Jackson Date
- Jackson – Bidirectional Relationships
- Jackson JSON Tutorial
- Jackson – Working with Maps and nulls
- Jackson – Decide What Fields Get Serialized/Deserializaed
- A Guide to Jackson Annotations
- Working with Tree Model Nodes in Jackson
- Jackson vs Gson
- Intro to the Jackson ObjectMapper
- XML Serialization and Deserialization with Jackson
- More Jackson Annotations
- Inheritance with Jackson
- Guide to @JsonFormat in Jackson
- A Guide to Optional with Jackson
- Map Serialization and Deserialization with Jackson
- Jackson Streaming API
- Jackson – JsonMappingException (No serializer found for class)
- How To Serialize Enums as JSON Objects with Jackson
- Jackson – Marshall String to JsonNode
- Ignore Null Fields with Jackson
- Jackson – Unmarshall to Collection/Array
- Jackson – Change Name of Field
- Serialize Only Fields that meet a Custom Criteria with Jackson
- Mapping Nested Values with Jackson