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
.
Class | Description |
---|---|
JsonProvider |
Service provider for JSON processing objects.
|
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-spec@javaee.groups.io