Interface IParsingContext<READER,​PROBLEM_HANDLER extends IProblemHandler>

    • Method Detail

      • getReader

        @NonNull
        READER getReader()
        The parser used for reading data associated with the supported format.
        Returns:
        the parser
      • getProblemHandler

        @NonNull
        PROBLEM_HANDLER getProblemHandler()
        A handler that provides callbacks used to resolve parsing issues.
        Returns:
        the configured handler