Class TomlStreamReadException.ErrorContext

  • Enclosing class:
    TomlStreamReadException

    static class TomlStreamReadException.ErrorContext
    extends java.lang.Object
    • Field Detail

      • contentReference

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

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

      • ErrorContext

        ErrorContext​(com.fasterxml.jackson.core.io.ContentReference contentReference,
                     com.fasterxml.jackson.core.JsonParser parser)