Uses of Class
io.helidon.http.media.gson.GsonSupportConfig.Builder
Packages that use GsonSupportConfig.Builder
-
Uses of GsonSupportConfig.Builder in io.helidon.http.media.gson
Methods in io.helidon.http.media.gson that return GsonSupportConfig.BuilderModifier and TypeMethodDescriptionstatic GsonSupportConfig.Builder
GsonSupport.builder()
Creates a new builder.static GsonSupportConfig.Builder
GsonSupportConfig.builder()
Create a new fluent API builder to customize configuration.static GsonSupportConfig.Builder
GsonSupportConfig.builder
(GsonSupportConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.http.media.gson with type arguments of type GsonSupportConfig.BuilderModifier and TypeMethodDescriptionstatic GsonSupport
GsonSupport.create
(Consumer<GsonSupportConfig.Builder> consumer) Creates a new customizedGsonSupport
.