Package jakarta.json.bind
package jakarta.json.bind
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
Main user entry points to the API is
JsonbBuilder
which builds Jsonb
instances.- Since:
- JSON Binding 1.0
-
ClassDescription
Jsonb
provides an abstraction over the JSON Binding framework operations:JsonbBuilder class provides the client's entry point to the JSON Binding API.Root class for all JSON Binding exceptions.