forked from loafle/openapi-generator-original
Issue 5413 - Use ConstructorBased Injection for ObjectMapper (#5430)
* Converting to constructor based injection * Correcting spelling mistake * Adding the bean for ObjectMapper * Adding files modified by running the petstore scripts * Adding final qualifier to objectMapper variable in apiController mustache
This commit is contained in:
committed by
wing328
parent
745951c1ce
commit
efb337dd92
@@ -13,7 +13,6 @@ import java.io.IOException;
|
||||
import java.io.Writer;
|
||||
import java.util.*;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
|
||||
public class SpringCodegen extends AbstractJavaCodegen implements BeanValidationFeatures {
|
||||
|
||||
Reference in New Issue
Block a user