Class TomlStreamReadException.ErrorContext

java.lang.Object
tools.jackson.dataformat.toml.TomlStreamReadException.ErrorContext
Enclosing class:
TomlStreamReadException

static class TomlStreamReadException.ErrorContext extends Object
  • Field Details

    • contentReference

      final tools.jackson.core.io.ContentReference contentReference
    • parser

      final tools.jackson.core.JsonParser parser
  • Constructor Details

    • ErrorContext

      ErrorContext(tools.jackson.core.io.ContentReference contentReference, tools.jackson.core.JsonParser parser)
  • Method Details