Module io.avaje.jex

Class JsonbJsonService

java.lang.Object
io.avaje.jex.core.JsonbJsonService
All Implemented Interfaces:
JsonService

public class JsonbJsonService extends Object implements JsonService
Provides JsonService using avaje-jsonb.
  • Constructor Details

    • JsonbJsonService

      public JsonbJsonService()
      Create with defaults for Jsonb.
    • JsonbJsonService

      public JsonbJsonService(io.avaje.jsonb.Jsonb jsonb)
      Create with a Jsonb instance that might have custom configuration.
  • Method Details