Uses of Interface
io.helidon.http.media.gson.GsonSupportConfig
Packages that use GsonSupportConfig
-
Uses of GsonSupportConfig in io.helidon.http.media.gson
Classes in io.helidon.http.media.gson with type parameters of type GsonSupportConfigModifier and TypeClassDescriptionstatic class
GsonSupportConfig.BuilderBase<BUILDER extends GsonSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GsonSupportConfig> Fluent API builder base forGsonSupport
.Classes in io.helidon.http.media.gson that implement GsonSupportConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media.gson that return GsonSupportConfigModifier and TypeMethodDescriptionGsonSupportConfig.Builder.buildPrototype()
static GsonSupportConfig
GsonSupportConfig.create()
Create a new instance with default values.static GsonSupportConfig
Deprecated.static GsonSupportConfig
Create a new instance from configuration.GsonSupport.prototype()
Methods in io.helidon.http.media.gson with parameters of type GsonSupportConfigModifier and TypeMethodDescriptionstatic GsonSupportConfig.Builder
GsonSupportConfig.builder
(GsonSupportConfig instance) Create a new fluent API builder from an existing instance.static GsonSupport
GsonSupport.create
(GsonSupportConfig config) Creates a newGsonSupport
based on theGsonSupportConfig
.GsonSupportConfig.BuilderBase.from
(GsonSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)