| Package | Description |
|---|---|
| javax.json.bind |
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
|
| javax.json.bind.spi |
Service Provider Interface (SPI) to plug in implementations of JSON
Binding API
JsonbBuilder objects. |
| Modifier and Type | Method | Description |
|---|---|---|
static JsonbBuilder |
JsonbBuilder.newBuilder(JsonbProvider provider) |
Create a new
JsonbBuilder instance as returned by
provider#create call. |
| Modifier and Type | Method | Description |
|---|---|---|
static JsonbProvider |
JsonbProvider.provider() |
Creates a JSON Binding provider object by using the
ServiceLoader.load(Class) method. |
static JsonbProvider |
JsonbProvider.provider(String providerName) |
Creates a JSON Binding provider object by using the
ServiceLoader.load(Class) method, matching providerName. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.