Class Context


  • public class Context
    extends Object
    Author:
    Luma Zamarreño , José Antonio Marqués
    • Constructor Detail

      • Context

        public Context()
    • Method Detail

      • getFileFormat

        public FileFormat getFileFormat()
      • getDelimiter

        public char getDelimiter()
      • setDelimiter

        public Context setDelimiter​(char delimiter)
      • detectDelimiter

        public void detectDelimiter​(String record)
      • getCsvParserSettings

        public com.univocity.parsers.csv.CsvParserSettings getCsvParserSettings()
      • resetCurrentRecordGroup

        public void resetCurrentRecordGroup()
      • getCurrentRecordGroupMaxNumFields

        public int getCurrentRecordGroupMaxNumFields()
      • setCurrentRecordNumFields

        public Context setCurrentRecordNumFields​(int numFields)
      • getJsonGenerator

        public com.fasterxml.jackson.core.JsonGenerator getJsonGenerator()
      • setJsonGenerator

        public Context setJsonGenerator​(com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
      • getNetworkNode

        public com.fasterxml.jackson.databind.JsonNode getNetworkNode()
      • setNetworkNode

        public Context setNetworkNode​(com.fasterxml.jackson.databind.JsonNode networkNode)