forked from loafle/openapi-generator-original
committed by
Jérémie Bresson
parent
cf657f1c7b
commit
fbe9626b7e
@@ -178,7 +178,7 @@ public class JavaJAXRSSpecServerCodegen extends AbstractJavaJAXRSServerCodegen {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map<String, Object> postProcessSupportingFileData(Map<String, Object> objs) {
|
public Map<String, Object> postProcessSupportingFileData(Map<String, Object> objs) {
|
||||||
generateJSONSpecFile(objs);
|
generateYAMLSpecFile(objs);
|
||||||
return super.postProcessSupportingFileData(objs);
|
return super.postProcessSupportingFileData(objs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.0.0-SNAPSHOT
|
3.0.1-SNAPSHOT
|
||||||
@@ -48,7 +48,7 @@ public enum JustSymbolEnum {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private @Valid JustSymbolEnum justSymbol = null;
|
private @Valid JustSymbolEnum justSymbol = null;
|
||||||
|
|
||||||
public enum ArrayEnumEnum {
|
public enum ArrayEnumEnum {
|
||||||
|
|
||||||
FISH(String.valueOf("fish")), CRAB(String.valueOf("crab"));
|
FISH(String.valueOf("fish")), CRAB(String.valueOf("crab"));
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|||||||
public class MapTest implements Serializable {
|
public class MapTest implements Serializable {
|
||||||
|
|
||||||
private @Valid Map<String, Map<String, String>> mapMapOfString = new HashMap<String, Map<String, String>>();
|
private @Valid Map<String, Map<String, String>> mapMapOfString = new HashMap<String, Map<String, String>>();
|
||||||
|
|
||||||
public enum InnerEnum {
|
public enum InnerEnum {
|
||||||
|
|
||||||
UPPER(String.valueOf("UPPER")), LOWER(String.valueOf("lower"));
|
UPPER(String.valueOf("UPPER")), LOWER(String.valueOf("lower"));
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
3.0.0-SNAPSHOT
|
3.0.1-SNAPSHOT
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
3.0.0-SNAPSHOT
|
3.0.1-SNAPSHOT
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user