Uses of Class
io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
Packages that use JsonbSupportConfig.BuilderBase
-
Uses of JsonbSupportConfig.BuilderBase in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb with type parameters of type JsonbSupportConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
JsonbSupportConfig.BuilderBase<BUILDER extends JsonbSupportConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonbSupportConfig> Fluent API builder base forJsonbSupport
.Subclasses of JsonbSupportConfig.BuilderBase in io.helidon.http.media.jsonbMethods in io.helidon.http.media.jsonb with parameters of type JsonbSupportConfig.BuilderBaseModifier and TypeMethodDescriptionJsonbSupportConfig.BuilderBase.from
(JsonbSupportConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http.media.jsonb with parameters of type JsonbSupportConfig.BuilderBaseModifierConstructorDescriptionprotected
JsonbSupportConfigImpl
(JsonbSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.