Uses of Interface
jakarta.json.bind.Jsonb
-
Packages that use Jsonb Package Description jakarta.json.bind Provides JSON Binding API, which enables binding Java objects from and to JSON documents. -
-
Uses of Jsonb in jakarta.json.bind
Methods in jakarta.json.bind that return Jsonb Modifier and Type Method Description Jsonb
JsonbBuilder. 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.
-