Skip to content
Snippets Groups Projects
Commit 5b3de23b authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-8070 Cleanup

parent 645ad164
No related branches found
No related tags found
1 merge request!2Ozg 8070 map primary fom datar representation
Pipeline #2435 passed
...@@ -27,14 +27,12 @@ import java.io.File; ...@@ -27,14 +27,12 @@ import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
import java.io.IOException; import java.io.IOException;
import java.util.List; import java.util.List;
import java.util.Map;
import java.util.Objects; import java.util.Objects;
import java.util.Optional; import java.util.Optional;
import org.springframework.http.MediaType; import org.springframework.http.MediaType;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
...@@ -47,8 +45,6 @@ import lombok.RequiredArgsConstructor; ...@@ -47,8 +45,6 @@ import lombok.RequiredArgsConstructor;
@Component @Component
@RequiredArgsConstructor @RequiredArgsConstructor
class FormSolutionsRequestMapper { class FormSolutionsRequestMapper {
static final TypeReference<Map<String, Object>> VALUE_TYPE_REF = new TypeReference<Map<String, Object>>() {
};
static final String FILE_NAME_JSON_REPRESENTATION = "form-data.json"; static final String FILE_NAME_JSON_REPRESENTATION = "form-data.json";
static final String FILE_NAME_PDF_REPRESENTATION = "eingang.pdf"; static final String FILE_NAME_PDF_REPRESENTATION = "eingang.pdf";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment