RED-8670: integrate table inference from research

* introduce controllerAdvice to ControllerV2 package
* remove unnecessary analysis requirement calculation for deleted files
* silence javadoc lint warnings (e.g. no comment)
This commit is contained in:
Kilian Schuettler 2024-05-27 17:50:48 +02:00
parent d9fb4259d2
commit 18fce9f38c

View File

@ -299,14 +299,7 @@ paths:
description: |
Use this endpoint to retrieve a summary of all component mappings associated with a specific DossierTemplate.
The summary includes:
- Name
- Column Labels
- Number of lines
- Delimiter
- Encoding
of each component mapping.
The summary consists of the stored metadata of a component mapping file.
This endpoint is useful for clients to understand the available mappings under a particular DossierTemplate.
parameters:
- $ref: '#/components/parameters/dossierTemplateId'