fix byte[] in spring mvc and java inflector

This commit is contained in:
wing328
2016-01-19 23:35:23 +08:00
committed by Maelig Nantel
parent c1d5179d72
commit 7c619b244f
27 changed files with 120 additions and 24 deletions

View File

@@ -35,6 +35,7 @@ public class JavaInflectorServerCodegen extends JavaClientCodegen {
languageSpecificPrimitives = new HashSet<String>(
Arrays.asList(
"byte[]",
"String",
"boolean",
"Boolean",

View File

@@ -34,6 +34,7 @@ public class SpringMVCServerCodegen extends JavaClientCodegen {
languageSpecificPrimitives = new HashSet<String>(
Arrays.asList(
"byte[]",
"String",
"boolean",
"Boolean",