| Package | Description |
|---|---|
| com.fasterxml.jackson.core.io | |
| com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonStringEncoder |
JsonStringEncoder.getInstance()
Factory method for getting an instance; this is either recycled per-thread instance,
or a newly constructed one.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonStringEncoder |
BufferRecyclers.getJsonStringEncoder()
Deprecated.
Since 2.10 call
getInstance() instead.
NOTE: was accidentally removed but reintroduced as deprecated in 2.12.5,
to be removed from 3.0) |
Copyright © 2008–2025 FasterXML. All rights reserved.