JSON Binding 1.0 API: 100DaysOfJavaEE8
JSON-B 1.0 Challenge #100DaysOfJavaEE8. Given an instance of the Book class and the JSON Binding code shown, which of the four JSON document is produced?
JSON-B 1.0 Challenge
JSON Binding allows fine grain control over the order in which JSON properties appear. Runtime and compile customisation can be used to control this features.
Given an instance of the Book class and the JSON Binding code below, which of the four JSON document is produced?
Answer
The JSON document produced is 2: It follows the order specified in the Ā @JsonbPropertyOrderĀ annotā¦
View On WordPress














