Package | Description |
---|---|
com.fasterxml.jackson.dataformat.csv | |
com.fasterxml.jackson.dataformat.csv.impl |
Modifier and Type | Field and Description |
---|---|
protected SimpleTokenWriteContext |
CsvGenerator._skipWithin
When skipping output (for "unknown" output), outermost write context
where skipping should occur
|
protected SimpleTokenWriteContext |
CsvGenerator._tokenWriteContext
Current context, in form we can use it (GeneratorBase has
untyped reference; left as null)
|
Modifier and Type | Method and Description |
---|---|
SimpleTokenWriteContext |
CsvGenerator.getOutputContext() |
Modifier and Type | Field and Description |
---|---|
protected SimpleTokenWriteContext |
SimpleTokenWriteContext._childToRecycle |
protected SimpleTokenWriteContext |
SimpleTokenWriteContext._parent
Parent context for this context; null for root context.
|
Modifier and Type | Method and Description |
---|---|
SimpleTokenWriteContext |
SimpleTokenWriteContext.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). |
SimpleTokenWriteContext |
SimpleTokenWriteContext.createChildArrayContext(Object currentValue) |
SimpleTokenWriteContext |
SimpleTokenWriteContext.createChildObjectContext(Object currentValue) |
static SimpleTokenWriteContext |
SimpleTokenWriteContext.createRootContext(com.fasterxml.jackson.core.json.DupDetector dd) |
SimpleTokenWriteContext |
SimpleTokenWriteContext.getParent() |
SimpleTokenWriteContext |
SimpleTokenWriteContext.withDupDetector(com.fasterxml.jackson.core.json.DupDetector dups) |
Constructor and Description |
---|
SimpleTokenWriteContext(int type,
SimpleTokenWriteContext parent,
com.fasterxml.jackson.core.json.DupDetector dups,
Object currentValue) |
Copyright © 2021 FasterXML. All rights reserved.