Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Field and Description |
---|---|
protected ValueWriterLocator |
JSON._valueWriterLocator |
Constructor and Description |
---|
JSON(JSON base,
ValueReaderLocator rloc,
ValueWriterLocator wloc) |
Modifier and Type | Field and Description |
---|---|
protected ValueWriterLocator |
JSONWriter._writerLocator
Object that is used to dynamically find Bean (and custom type) value writers
|
Modifier and Type | Method and Description |
---|---|
static ValueWriterLocator |
ValueWriterLocator.blueprint(ReaderWriterProvider rwp,
ReaderWriterModifier rwm) |
ValueWriterLocator |
ValueWriterLocator.perOperationInstance(JSONWriter w,
int features) |
ValueWriterLocator |
ValueWriterLocator.with(ReaderWriterModifier rwm) |
ValueWriterLocator |
ValueWriterLocator.with(ReaderWriterProvider rwp) |
Modifier and Type | Method and Description |
---|---|
JSONWriter |
JSONWriter.perOperationInstance(int features,
ValueWriterLocator loc,
TreeCodec tc,
JsonGenerator g) |
Constructor and Description |
---|
JSONWriter(JSONWriter base,
int features,
ValueWriterLocator loc,
TreeCodec tc,
JsonGenerator g)
Constructor for non-blueprint instances.
|
ValueWriterLocator(ValueWriterLocator base,
int features,
JSONWriter w) |
Copyright © 2020 FasterXML. All rights reserved.