Skip navigation links

JSON Processing API v1.1.6.redhat-00001

Package javax.json.spi

Service Provider Interface (SPI) to plug in implementations for JSON processing objects.

See: Description

Package javax.json.spi Description

Service Provider Interface (SPI) to plug in implementations for JSON processing objects.

JsonProvider is an abstract class that provides a service for creating JSON processing instances. A service provider for JsonProvider provides an specific implementation by subclassing and implementing the methods in JsonProvider. This enables using custom, efficient JSON processing implementations (for e.g. parser and generator) other than the default ones.

The API locates and loads providers using ServiceLoader.

Since:
JSON Processing 1.0
Skip navigation links
Jakarta JSON Processing API 1.1.6.redhat-00001

Comments to: jsonp-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.