Uses of Class
io.helidon.http.media.gson.GsonSupport
Packages that use GsonSupport
-
Uses of GsonSupport in io.helidon.http.media.gson
Methods in io.helidon.http.media.gson that return GsonSupportModifier and TypeMethodDescriptionGsonSupportConfig.Builder.build()
GsonSupportConfig.BuilderBase.GsonSupportConfigImpl.build()
static GsonSupport
GsonSupport.create
(GsonSupportConfig config) Creates a newGsonSupport
based on theGsonSupportConfig
.static GsonSupport
GsonSupport.create
(Consumer<GsonSupportConfig.Builder> consumer) Creates a new customizedGsonSupport
.GsonSupportConfig.BuilderBase.GsonSupportConfigImpl.get()