Uses of Class
tools.jackson.dataformat.smile.SmileFactory
Packages that use SmileFactory
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 SmileFactory in tools.jackson.dataformat.smile
Subclasses with type arguments of type SmileFactory in tools.jackson.dataformat.smileModifier and TypeClassDescriptionclassTSFBuilderimplementation for constructingSmileFactoryinstances.Methods in tools.jackson.dataformat.smile that return SmileFactoryModifier and TypeMethodDescriptionSmileFactoryBuilder.build()SmileFactory.copy()SmileMapper.tokenStreamFactory()Methods in tools.jackson.dataformat.smile with parameters of type SmileFactoryModifier and TypeMethodDescriptionstatic SmileMapper.BuilderSmileMapper.builder(SmileFactory streamFactory) Constructors in tools.jackson.dataformat.smile with parameters of type SmileFactory