File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ In this video we are showing how to use JSON-B for easy data binding.
19
19
20
20
| Method | URI | Status | Description |
21
21
| --------| -----| --------| -------------|
22
- | GET | /api/json-b/ | 200 | Marhsall JSON-B annotated POJO |
23
- | POST | /api/json-b/ | 204 | Unmarshall JSON-B annotated POJO |
22
+ | GET | /api/json-b/ | 200 | Marshall JSON-B annotated POJO |
23
+ | POST | /api/json-b/ | 204 | Unmarshall and update JSON-B annotated POJO |
24
24
| GET | /api/json-b/custom | 200 | Marshall custom POJO using Jsonb |
25
25
| POST | /api/json-b/custom | 204 | Unmarshall custom POJO using Jsonb |
26
26
@@ -30,7 +30,9 @@ In this video we are showing how to use JSON-P for flexible JSON processing.
30
30
31
31
| Method | URI | Status | Description |
32
32
| --------| -----| --------| -------------|
33
- | GET | /api/json-p/ | 200 | |
33
+ | GET | /api/json-p/ | 200 | Marshall a JsonArray of JsonObject using JSON-P |
34
+ | POST | /api/json-p/ | 204 | Unmarshall and Update a JsonArray of JsonObject using JSON-P |
35
+ | PATCH | /api/json-p/ | 204 | Patch a JsonArray of JsonObject using JSON-P Pointer |
34
36
35
37
### Video 2.4: Implementing hypermedia-driven REST APIs
36
38
You can’t perform that action at this time.
0 commit comments