Package | Description |
---|---|
com.fasterxml.jackson.dataformat.smile |
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.
|
Modifier and Type | Field and Description |
---|---|
protected SmileWriteContext |
SmileWriteContext._childToRecycle |
protected SmileWriteContext |
SmileWriteContext._parent
Parent context for this context; null for root context.
|
protected SmileWriteContext |
SmileGenerator._smileContext |
Modifier and Type | Method and Description |
---|---|
SmileWriteContext |
SmileWriteContext.clearAndGetParent()
Method that can be used to both clear the accumulated references
(specifically value set with
setCurrentValue(Object) )
that should not be retained, and returns parent (as would
getParent() do). |
SmileWriteContext |
SmileWriteContext.createChildArrayContext(Object currentValue) |
SmileWriteContext |
SmileWriteContext.createChildObjectContext(Object currentValue) |
static SmileWriteContext |
SmileWriteContext.createRootContext(com.fasterxml.jackson.core.json.DupDetector dd) |
SmileWriteContext |
SmileWriteContext.getParent() |
SmileWriteContext |
SmileWriteContext.withDupDetector(com.fasterxml.jackson.core.json.DupDetector dups) |
Constructor and Description |
---|
SmileWriteContext(int type,
SmileWriteContext parent,
com.fasterxml.jackson.core.json.DupDetector dups,
Object currentValue) |
Copyright © 2019 FasterXML. All rights reserved.