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