Package | Description |
---|---|
javax.json.bind |
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
|
Modifier and Type | Method and Description |
---|---|
Jsonb |
JsonbBuilder.build()
Returns a new instance of
Jsonb based on the
parameters and configuration specified previously in this builder. |
static Jsonb |
JsonbBuilder.create()
Create a new
Jsonb instance using the default
JsonbBuilder implementation provided as returned from
JsonbProvider.provider() method. |
static Jsonb |
JsonbBuilder.create(JsonbConfig config)
Create a new
Jsonb instance using the default
JsonbBuilder implementation provided as returned from
JsonbProvider.provider() method, configured
with provided configuration. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.