#557 - Update "JSON" to "Jackson" in reference docs.
Related tickets: #554.
This commit is contained in:
committed by
Oliver Gierke
parent
fe8c3c476d
commit
496c473766
@@ -18,9 +18,9 @@ toc::[]
|
||||
== Fundmentals
|
||||
|
||||
[[fundamentals.jaxb-json]]
|
||||
=== JAXB / JSON integration
|
||||
=== Jackson / JAXB integration
|
||||
|
||||
As representations for REST web services are usually rendered in either XML or JSON the natural choice of technology to achieve this is either JAXB, JSON or both in combination. To follow HATEOAS principles you need to incorporate links into those representation. Spring HATEOAS provides a set of useful types to ease working with those.
|
||||
As representations for REST web services are usually rendered in either XML or JSON the natural choice of technology to achieve this is either Jackson, JAXB, or both in combination. To follow HATEOAS principles you need to incorporate links into those representation. Spring HATEOAS provides a set of useful types to ease working with those.
|
||||
|
||||
[[fundamentals.links]]
|
||||
=== Links
|
||||
|
||||
Reference in New Issue
Block a user