Interface JsonbBuilder


public interface JsonbBuilder
JsonbBuilder class provides the client's entry point to the JSON Binding API. It builds Jsonb instances based on all parameters and configuration provided before calling build() method. For most use-cases, only one instance of JsonbBuilder is required within the application.
Since:
JSON Binding 1.0
See Also: