| Package | Description |
|---|---|
| com.fasterxml.jackson.jr.ob.impl |
| 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(int features,
ReaderWriterProvider rwp) |
ValueWriterLocator |
ValueWriterLocator.perOperationInstance(JSONWriter w,
int features) |
ValueWriterLocator |
ValueWriterLocator.with(ReaderWriterProvider rwp) |
| Modifier and Type | Method and Description |
|---|---|
protected JSONWriter |
JSONWriter._with(int features,
ValueWriterLocator td,
TreeCodec tc)
Overridable method that all mutant factories call if a new instance
is to be constructed
|
| Constructor and Description |
|---|
JSONWriter(int features,
ValueWriterLocator td,
TreeCodec tc)
Constructor used for creating differently configured blueprint
instances
|
JSONWriter(JSONWriter base,
int features,
ValueWriterLocator td,
JsonGenerator g)
Constructor for non-blueprint instances
|
ValueWriterLocator(ValueWriterLocator base,
int features,
JSONWriter w) |
Copyright © 2020 FasterXML. All rights reserved.