Package io.avaje.jsonb.spi
Interface Bootstrap
public interface Bootstrap
Bootstrap Jsonb.
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create and return a Builder (with an underling SPI implementation).
-
Method Details
-
builder
Create and return a Builder (with an underling SPI implementation).The default implementation uses Jackson Core.
-