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 classJsonbSupportConfig.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 classGenerated 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 JsonbSupportConfigJsonbSupportConfig.create()Create a new instance with default values.static JsonbSupportConfigDeprecated.static JsonbSupportConfigCreate a new instance from configuration.JsonbSupport.prototype()Methods in io.helidon.http.media.jsonb with parameters of type JsonbSupportConfigModifier and TypeMethodDescriptionstatic JsonbSupportConfig.BuilderJsonbSupportConfig.builder(JsonbSupportConfig instance) Create a new fluent API builder from an existing instance.static JsonbSupportJsonbSupport.create(JsonbSupportConfig jsonbSupportConfig) Creates a newJsonbSupportbased on theJsonbSupportConfig.JsonbSupportConfig.BuilderBase.from(JsonbSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)