Uses of Class
io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
Packages that use SmileSupportConfig.BuilderBase
-
Uses of SmileSupportConfig.BuilderBase in io.helidon.http.media.json.smile
Classes in io.helidon.http.media.json.smile with type parameters of type SmileSupportConfig.BuilderBaseModifier and TypeClassDescriptionstatic classSmileSupportConfig.BuilderBase<BUILDER extends SmileSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SmileSupportConfig> Fluent API builder base forSmileSupportConfig.Subclasses of SmileSupportConfig.BuilderBase in io.helidon.http.media.json.smileMethods in io.helidon.http.media.json.smile with parameters of type SmileSupportConfig.BuilderBaseModifier and TypeMethodDescriptionSmileSupportConfig.BuilderBase.from(SmileSupportConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.http.media.json.smile with parameters of type SmileSupportConfig.BuilderBaseModifierConstructorDescriptionprotectedSmileSupportConfigImpl(SmileSupportConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.