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 classGsonSupportConfig.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 classGenerated 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 GsonSupportConfigGsonSupportConfig.create()Create a new instance with default values.static GsonSupportConfigDeprecated.static GsonSupportConfigCreate a new instance from configuration.GsonSupport.prototype()Methods in io.helidon.http.media.gson with parameters of type GsonSupportConfigModifier and TypeMethodDescriptionstatic GsonSupportConfig.BuilderGsonSupportConfig.builder(GsonSupportConfig instance) Create a new fluent API builder from an existing instance.static GsonSupportGsonSupport.create(GsonSupportConfig config) Creates a newGsonSupportbased on theGsonSupportConfig.GsonSupportConfig.BuilderBase.from(GsonSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)