Allow more flexibility with JSON marshalling of non-entity beans

This commit is contained in:
Rob Bygrave
2013-08-02 12:16:00 +12:00
parent bf8574833a
commit 9c7f62e8b1
2 changed files with 5 additions and 5 deletions
@@ -376,7 +376,8 @@ public class DeployCreateProperties {
if (typeArgs[0] instanceof Class<?>){
return (Class<?>) typeArgs[0];
}
throw new RuntimeException("Unexpected Parameterised Type? "+typeArgs[0]);
//throw new RuntimeException("Unexpected Parameterised Type? "+typeArgs[0]);
return null;
}
if (typeArgs.length == 2) {
// this is probably a Map