Join Ketkee Aryamane for an in-depth discussion in this video Define beans, part of Java EE 8: JSON-B.
- [Instructor] Now that we've looked at…the simple, single-bean mapping in JSON binding,…let's take a look at a little complicated case…where we're trying to have a lot of…objects created the way we do it in our live projects.…Let's say I'm trying to take an order from…Amazon or eBay and trying to represent it…in the form of an object in Java.…I will have an order object.…Every order is for a customer,…so customer is another object.…Then every order, we have order details,…so order details could be shipping address to…where that order has to be shipped to,…or it could have the products that…the order comprises of and the amount…and all of those details.…
We're going to create this entire object's set…within our project and then we'll see how to use…JSON binding for JSON serialization and de-serialization.…Let's start off by defining the fields first.…The first step is to create all the beans…as per the about icon that we saw.…Let's go back to the IDE.…Let's go to the beans folder and first create…a class called Order.…
Author
Released
9/26/2018- JSON and JSON-B API basics
- Default mapping
- Defining beans and data
- Customized mapping
- Customizing the order of serialized properties
- Customizing constructors
- Working with binary data
- Adapters
- Custom serializers and deserializers
- Demo: Using JSON-B in a web application
Skill Level Intermediate
Duration
Views
Related Courses
-
Java EE: Bean Validation
with Alex Theedom2h 20m Intermediate -
JSON Processing with Java EE
with Alex Theedom1h 4m Intermediate -
Java EE: Servlets and JavaServer Pages (JSP)
with Ketkee Aryamane6h 14m Intermediate -
RESTful Service with JAX-RS 2.0
with Alex Theedom2h 17m Intermediate
-
Introduction
-
Map Java objects to JSON1m 14s
-
-
1. Overview and Setup
-
JSON and its significance4m 14s
-
JSON structure: JSON types8m 51s
-
JSON vs. XML6m 6s
-
JSON-B API overview5m 50s
-
Application setup3m 54s
-
-
2. JSON Binding API: Default Mapping
-
General default settings9m 9s
-
Define beans8m 24s
-
Define data1m 30s
-
Testing with JSON-B8m 12s
-
Default mapping types8m 38s
-
Data types supported1m 11s
-
3. JSON Binding API: Customized Mapping, Part 1
-
Customize mapping2m 14s
-
Formatting output5m 21s
-
PropertyNamingStrategy5m 36s
-
-
4. JSON Binding API: Customized Mapping, Part 2
-
Handling null serializations6m 36s
-
Custom constructors11m 6s
-
Test custom constructors2m 23s
-
Binary data strategies4m 10s
-
iJSON support6m 57s
-
-
5. Adapters and Serializers
-
adaptToJson6m 11s
-
adaptFromJson8m 2s
-
Testing3m 27s
-
6. JSON-B in a Web Application
-
Build RESTful methods4m 55s
-
Generate data and test5m 28s
-
Add more RESTful methods4m 6s
-
Test all RESTful methods4m 6s
-
Conclusion
-
Next steps45s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Define beans