Uses of Interface
io.avaje.jex.spi.JsonService
Packages that use JsonService
Package
Description
Avaje Jex API - see
Jex.Optional JsonServices
Http Constructs (Handlers, Filters, etc.)
-
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. -
Uses of JsonService in io.avaje.jex.http
Methods in io.avaje.jex.http that return JsonServiceModifier and TypeMethodDescriptionContext.jsonService()Returns the configuredJsonServiceinstance.}