Uses of Class
com.fasterxml.jackson.dataformat.smile.SmileWriteContext
Packages that use SmileWriteContext
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 SmileWriteContext in com.fasterxml.jackson.dataformat.smile
Fields in com.fasterxml.jackson.dataformat.smile declared as SmileWriteContextModifier and TypeFieldDescriptionprotected SmileWriteContext
SmileWriteContext._childToRecycle
protected final SmileWriteContext
SmileWriteContext._parent
Parent context for this context; null for root context.protected SmileWriteContext
SmileGenerator._streamWriteContext
Methods in com.fasterxml.jackson.dataformat.smile that return SmileWriteContextModifier and TypeMethodDescriptionSmileWriteContext.clearAndGetParent()
Method that can be used to both clear the accumulated references (specifically value set withsetCurrentValue(Object)
) that should not be retained, and returns parent (as wouldgetParent()
do).SmileWriteContext.createChildArrayContext
(Object currentValue) SmileWriteContext.createChildObjectContext
(Object currentValue) static SmileWriteContext
SmileWriteContext.createRootContext
(com.fasterxml.jackson.core.json.DupDetector dd) final SmileWriteContext
SmileWriteContext.getParent()
private SmileWriteContext
SmileWriteContext.withDupDetector
(com.fasterxml.jackson.core.json.DupDetector dups) Constructors in com.fasterxml.jackson.dataformat.smile with parameters of type SmileWriteContextModifierConstructorDescriptionprotected
SmileWriteContext
(int type, SmileWriteContext parent, com.fasterxml.jackson.core.json.DupDetector dups, Object currentValue)