Package io.avaje.jsonb.spi
Interface Bootstrap
-
public interface Bootstrap
Bootstrap Jsonb.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jsonb.Builder
builder()
Create and return a Builder (with an underling SPI implementation).
-
-
-
Method Detail
-
builder
Jsonb.Builder builder()
Create and return a Builder (with an underling SPI implementation).The default implementation uses Jackson Core.
-
-