Uses of Class
io.helidon.json.smile.SmileConfig.Builder
Packages that use SmileConfig.Builder
Package
Description
JSON Smile media support.
Helidon implementation of the
Jackson Smile binary JSON specification.
-
Uses of SmileConfig.Builder in io.helidon.http.media.json.smile
Method parameters in io.helidon.http.media.json.smile with type arguments of type SmileConfig.BuilderModifier and TypeMethodDescriptionSmileSupportConfig.BuilderBase.smileConfig(Consumer<SmileConfig.Builder> consumer) Smile generator configuration. -
Uses of SmileConfig.Builder in io.helidon.json.smile
Subclasses with type arguments of type SmileConfig.Builder in io.helidon.json.smileClasses in io.helidon.json.smile that implement interfaces with type arguments of type SmileConfig.BuilderMethods in io.helidon.json.smile that return SmileConfig.BuilderModifier and TypeMethodDescriptionstatic SmileConfig.BuilderSmileConfig.builder()Create a new fluent API builder to customize configuration.static SmileConfig.BuilderSmileConfig.builder(SmileConfig instance) Create a new fluent API builder from an existing instance.