Skip to content

Commit 2f08735

Browse files
committed
#557 - Update "JSON" to "Jackson" in reference docs
Resolves #554
1 parent 49deb03 commit 2f08735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ toc::[]
1818
== Fundmentals
1919

2020
[[fundamentals.jaxb-json]]
21-
=== JAXB / JSON integration
21+
=== Jackson / JAXB integration
2222

23-
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.
23+
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.
2424

2525
[[fundamentals.links]]
2626
=== Links

0 commit comments

Comments
 (0)