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.BuilderGsonSupport.builder()Creates a new builder.static GsonSupportConfig.BuilderGsonSupportConfig.builder()Create a new fluent API builder to customize configuration.static GsonSupportConfig.BuilderGsonSupportConfig.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 GsonSupportGsonSupport.create(Consumer<GsonSupportConfig.Builder> consumer) Creates a new customizedGsonSupport.