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