Uses of Class
com.fasterxml.jackson.core.ErrorReportConfiguration
Packages that use ErrorReportConfiguration
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.-
Uses of ErrorReportConfiguration in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as ErrorReportConfigurationModifier and TypeFieldDescriptionprotected ErrorReportConfigurationJsonFactory._errorReportConfigurationContainer for configuration values used when handling erroneous token inputs.protected ErrorReportConfigurationTSFBuilder._errorReportConfigurationErrorReportConfigurationto use.Methods in com.fasterxml.jackson.core that return ErrorReportConfigurationModifier and TypeMethodDescriptionErrorReportConfiguration.Builder.build()static ErrorReportConfigurationErrorReportConfiguration.defaults()Methods in com.fasterxml.jackson.core with parameters of type ErrorReportConfigurationModifier and TypeMethodDescriptionTSFBuilder.errorReportConfiguration(ErrorReportConfiguration errorReportConfiguration) Sets the configuration for error reporting.static voidErrorReportConfiguration.overrideDefaultErrorReportConfiguration(ErrorReportConfiguration errorReportConfiguration) Override the default ErrorReportConfiguration.JsonFactory.setErrorReportConfiguration(ErrorReportConfiguration src) Method for overridingErrorReportConfigurationdefined for this factory. -
Uses of ErrorReportConfiguration in com.fasterxml.jackson.core.io
Fields in com.fasterxml.jackson.core.io declared as ErrorReportConfigurationModifier and TypeFieldDescriptionprotected final ErrorReportConfigurationIOContext._errorReportConfigurationMethods in com.fasterxml.jackson.core.io that return ErrorReportConfigurationMethods in com.fasterxml.jackson.core.io with parameters of type ErrorReportConfigurationModifier and TypeMethodDescriptionstatic ContentReferenceContentReference.construct(boolean isContentTextual, Object rawContent, int offset, int length, ErrorReportConfiguration errorReportConfiguration) static ContentReferenceContentReference.construct(boolean isContentTextual, Object rawContent, ErrorReportConfiguration errorReportConfiguration) Constructors in com.fasterxml.jackson.core.io with parameters of type ErrorReportConfigurationModifierConstructorDescriptionprotectedContentReference(boolean isContentTextual, Object rawContent, int offset, int length, ErrorReportConfiguration errorReportConfiguration) protectedContentReference(boolean isContentTextual, Object rawContent, ErrorReportConfiguration errorReportConfiguration) IOContext(StreamReadConstraints src, StreamWriteConstraints swc, ErrorReportConfiguration erc, BufferRecycler br, ContentReference contentRef, boolean managedResource) Main constructor to use.