Class GroupConverter

    • Constructor Detail

      • GroupConverter

        public GroupConverter()
    • Method Detail

      • getConverter

        public abstract Converter getConverter​(int fieldIndex)
        called at initialization based on schema must consistently return the same object
        Parameters:
        fieldIndex - index of the field in this group
        Returns:
        the corresponding converter
      • start

        public abstract void start()
        called at the beginning of the group managed by this converter
      • end

        public abstract void end()
        call at the end of the group