mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Allow more flexibility with JSON marshalling of non-entity beans
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user