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