Uses of Interface
io.helidon.http.media.jsonb.JsonbSupportConfig
Packages that use JsonbSupportConfig
-
Uses of JsonbSupportConfig in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb with type parameters of type JsonbSupportConfigModifier and TypeClassDescriptionstatic class
JsonbSupportConfig.BuilderBase<BUILDER extends JsonbSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonbSupportConfig> Fluent API builder base forJsonbSupport
.Classes in io.helidon.http.media.jsonb that implement JsonbSupportConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media.jsonb that return JsonbSupportConfigModifier and TypeMethodDescriptionJsonbSupportConfig.Builder.buildPrototype()
static JsonbSupportConfig
JsonbSupportConfig.create()
Create a new instance with default values.static JsonbSupportConfig
Deprecated.static JsonbSupportConfig
Create a new instance from configuration.JsonbSupport.prototype()
Methods in io.helidon.http.media.jsonb with parameters of type JsonbSupportConfigModifier and TypeMethodDescriptionstatic JsonbSupportConfig.Builder
JsonbSupportConfig.builder
(JsonbSupportConfig instance) Create a new fluent API builder from an existing instance.static JsonbSupport
JsonbSupport.create
(JsonbSupportConfig jsonbSupportConfig) Creates a newJsonbSupport
based on theJsonbSupportConfig
.JsonbSupportConfig.BuilderBase.from
(JsonbSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)