Uses of Interface
jakarta.json.bind.Jsonb
Packages that use Jsonb
Package
Description
Provides JSON Binding API, which enables binding Java objects from and to
JSON documents.
An implementation of
FormatMapper using Jakarta JSON.-
Uses of Jsonb in jakarta.json.bind
Methods in jakarta.json.bind that return JsonbModifier and TypeMethodDescriptionJsonbBuilder.build()Returns a new instance ofJsonbbased on the parameters and configuration specified previously in this builder.static JsonbJsonbBuilder.create()Create a newJsonbinstance using the defaultJsonbBuilderimplementation provided as returned fromJsonbProvider.provider()method.static JsonbJsonbBuilder.create(JsonbConfig config) Create a newJsonbinstance using the defaultJsonbBuilderimplementation provided as returned fromJsonbProvider.provider()method, configured with provided configuration. -
Uses of Jsonb in org.hibernate.type.format.jakartajson
Constructors in org.hibernate.type.format.jakartajson with parameters of type Jsonb