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.BuilderJsonbSupport.builder()Creates a new builder.static JsonbSupportConfig.BuilderJsonbSupportConfig.builder()Create a new fluent API builder to customize configuration.static JsonbSupportConfig.BuilderJsonbSupportConfig.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 JsonbSupportJsonbSupport.create(Consumer<JsonbSupportConfig.Builder> consumer) Creates a new customizedJsonbSupport.