Uses of Class
tools.jackson.dataformat.smile.SmileGenerator
Packages that use SmileGenerator
Package
Description
Package that contains implementation of Jackson Streaming API that works
with Smile data format (see Smile format specification),
and can be used with standard Jackson data binding functionality to deal with
Smile encoded data.
-
Uses of SmileGenerator in tools.jackson.dataformat.smile
Methods in tools.jackson.dataformat.smile that return SmileGeneratorModifier and TypeMethodDescriptionSmileGenerator.configure(SmileWriteFeature f, boolean state) SmileGenerator.disable(SmileWriteFeature f) SmileGenerator.enable(SmileWriteFeature f)