Module 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
-
Interface Summary Interface Description Jsonb Jsonbprovides an abstraction over the JSON Binding framework operations:JsonbBuilder JsonbBuilder class provides the client's entry point to the JSON Binding API. -
Class Summary Class Description JsonbConfig -
Exception Summary Exception Description JsonbException Root class for all JSON Binding exceptions.