Uses of Interface
jakarta.json.bind.Jsonb
Package
Description
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
-
Uses of Jsonb in jakarta.json.bind
Modifier and TypeMethodDescriptionJsonbBuilder.build()
Returns a new instance ofJsonb
based on the parameters and configuration specified previously in this builder.static Jsonb
JsonbBuilder.create()
Create a newJsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method.static Jsonb
JsonbBuilder.create
(JsonbConfig config) Create a newJsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method, configured with provided configuration.