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 classJacksonSupportConfig.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 classGenerated 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 JacksonSupportConfigJacksonSupportConfig.create()Create a new instance with default values.static JacksonSupportConfigDeprecated.static JacksonSupportConfigCreate a new instance from configuration.JacksonSupport.prototype()Methods in io.helidon.http.media.jackson with parameters of type JacksonSupportConfigModifier and TypeMethodDescriptionstatic JacksonSupportConfig.BuilderJacksonSupportConfig.builder(JacksonSupportConfig instance) Create a new fluent API builder from an existing instance.static JacksonSupportJacksonSupport.create(JacksonSupportConfig jsonbSupportConfig) Creates a newJacksonSupportbased on theJacksonSupportConfig.JacksonSupportConfig.BuilderBase.from(JacksonSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)