Uses of Interface
io.avaje.jex.spi.JsonService
Packages that use JsonService
-
Uses of JsonService in io.avaje.jex
Methods in io.avaje.jex that return JsonServiceMethods in io.avaje.jex with parameters of type JsonServiceModifier and TypeMethodDescriptionJex.jsonService(JsonService jsonService) Sets the JSON service to use for serialization and deserialization.JexConfig.jsonService(JsonService jsonService) Sets the JSON service used for (de)serialization. -
Uses of JsonService in io.avaje.jex.core.json
Classes in io.avaje.jex.core.json that implement JsonServiceModifier and TypeClassDescriptionfinal classJackson JsonServicefinal classProvides JsonService using avaje-jsonb.