We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efec5e9 commit ad83e19Copy full SHA for ad83e19
README.md
@@ -1,7 +1,7 @@
1
# Overview
2
3
This project contains a [Jackson](https://github.com/FasterXML/jackson) extension component to support the
4
-[HAL JSON](https://tools.ietf.org/html/draft-kelly-json-hal) format both with respect to
+[HAL JSON](https://tools.ietf.org/html/draft-kelly-json-hal-08) format both with respect to
5
serializing and deserializing.
6
7
The goal is to handle HAL links and embedded objects as POJO properties with a data-binding similar to
@@ -33,7 +33,7 @@ class Model {
33
@Link("rel:associated")
34
HALLink relation;
35
36
- @Embedded
+ @EmbeddedResource
37
AssociatedModel associated;
38
}
39
0 commit comments