Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlStreamReadException.ErrorContext
Packages that use TomlStreamReadException.ErrorContext
-
Uses of TomlStreamReadException.ErrorContext in com.fasterxml.jackson.dataformat.toml
Fields in com.fasterxml.jackson.dataformat.toml declared as TomlStreamReadException.ErrorContextModifier and TypeFieldDescriptionprivate final TomlStreamReadException.ErrorContext
Lexer.errorContext
private final TomlStreamReadException.ErrorContext
Parser.errorContext
Constructors in com.fasterxml.jackson.dataformat.toml with parameters of type TomlStreamReadException.ErrorContextModifierConstructorDescription(package private)
Lexer
(Reader in, com.fasterxml.jackson.core.io.IOContext ioContext, TomlStreamReadException.ErrorContext errorContext) Creates a new scannerprivate
Parser
(TomlFactory tomlFactory, com.fasterxml.jackson.core.io.IOContext ioContext, TomlStreamReadException.ErrorContext errorContext, int options, Reader reader)