Class TomlStreamReadException.ErrorContext

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

static class TomlStreamReadException.ErrorContext extends Object
  • Field Details

    • contentReference

      final com.fasterxml.jackson.core.io.ContentReference contentReference
    • parser

      final com.fasterxml.jackson.core.JsonParser parser
  • Constructor Details

    • ErrorContext

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