Package jakarta.json.bind.spi

Service Provider Interface (SPI) to plug in implementations of JSON Binding API JsonbBuilder objects.

JsonbProvider is an abstract class that provides a service for creating JSON Binding builder implementation instances. A service provider for JsonbProvider provides an specific implementation by subclassing and implementing the JsonbBuilder creation method(s) in JsonbProvider.

The API locates and loads providers using ServiceLoader.

Since:
JSON Binding 1.0