Uses of Interface
io.helidon.http.media.json.smile.SmileSupportConfig
Packages that use SmileSupportConfig
-
Uses of SmileSupportConfig in io.helidon.http.media.json.smile
Classes in io.helidon.http.media.json.smile with type parameters of type SmileSupportConfigModifier and TypeClassDescriptionstatic classSmileSupportConfig.BuilderBase<BUILDER extends SmileSupportConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SmileSupportConfig> Fluent API builder base forSmileSupportConfig.Classes in io.helidon.http.media.json.smile that implement SmileSupportConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.http.media.json.smile that return SmileSupportConfigModifier and TypeMethodDescriptionSmileSupportConfig.Builder.buildPrototype()static SmileSupportConfigSmileSupportConfig.create()Create a new instance with default values.static SmileSupportConfigDeprecated.static SmileSupportConfigCreate a new instance from configuration.SmileSupport.prototype()Methods in io.helidon.http.media.json.smile with parameters of type SmileSupportConfigModifier and TypeMethodDescriptionstatic SmileSupportConfig.BuilderSmileSupportConfig.builder(SmileSupportConfig instance) Create a new fluent API builder from an existing instance.static SmileSupportSmileSupport.create(SmileSupportConfig config) Create a new Smile support from a configuration object.SmileSupportConfig.BuilderBase.from(SmileSupportConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)