| Package | Description |
|---|---|
| com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances. |
| com.fasterxml.jackson.core.io |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorReportConfiguration |
TSFBuilder._errorReportConfiguration
ErrorReportConfiguration to use. |
protected ErrorReportConfiguration |
JsonFactory._errorReportConfiguration
Container for configuration values used when handling erroneous token inputs.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorReportConfiguration |
ErrorReportConfiguration.Builder.build() |
static ErrorReportConfiguration |
ErrorReportConfiguration.defaults() |
| Modifier and Type | Method and Description |
|---|---|
B |
TSFBuilder.errorReportConfiguration(ErrorReportConfiguration errorReportConfiguration)
Sets the configuration for error reporting.
|
static void |
ErrorReportConfiguration.overrideDefaultErrorReportConfiguration(ErrorReportConfiguration errorReportConfiguration)
Override the default ErrorReportConfiguration.
|
JsonFactory |
JsonFactory.setErrorReportConfiguration(ErrorReportConfiguration src)
Method for overriding
ErrorReportConfiguration defined for
this factory. |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorReportConfiguration |
IOContext._errorReportConfiguration |
| Modifier and Type | Method and Description |
|---|---|
ErrorReportConfiguration |
IOContext.errorReportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static ContentReference |
ContentReference.construct(boolean isContentTextual,
Object rawContent,
ErrorReportConfiguration errorReportConfiguration) |
static ContentReference |
ContentReference.construct(boolean isContentTextual,
Object rawContent,
int offset,
int length,
ErrorReportConfiguration errorReportConfiguration) |
| Constructor and Description |
|---|
ContentReference(boolean isContentTextual,
Object rawContent,
ErrorReportConfiguration errorReportConfiguration) |
ContentReference(boolean isContentTextual,
Object rawContent,
int offset,
int length,
ErrorReportConfiguration errorReportConfiguration) |
IOContext(StreamReadConstraints src,
StreamWriteConstraints swc,
ErrorReportConfiguration erc,
BufferRecycler br,
ContentReference contentRef,
boolean managedResource)
Main constructor to use.
|
Copyright © 2008–2024 FasterXML. All rights reserved.