
javax.json.spi.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-json-api_1.0_spec Show documentation
Show all versions of jboss-json-api_1.0_spec Show documentation
JSR 353: JavaTM API for JSON Processing API classes
The newest version!
/**
* Service Provider Interface (SPI) to plug in implementations for
* JSON processing objects.
*
* {@link javax.json.spi.JsonProvider JsonProvider} is an abstract class
* that provides a service for creating JSON processing instances.
* A service provider for {@code JsonProvider} provides an
* specific implementation by subclassing and implementing the methods in
* {@code 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 {@link java.util.ServiceLoader}.
*
* @since JSON Processing 1.0
* @author Jitendra Kotamraju
*/
package javax.json.spi;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy