我知道'resultType‘作为默认别名使用'int’、'map‘、'string’等等。
(
'int' : java.lang.Integer,
'map' : java.util.Map,
'string' : java.lang.String
...
????? <- what's that?
)请告诉我更多的默认别名。我真的很感激你能提供的任何帮助。
发布于 2017-11-09 16:49:56
这里是您要寻找的类型别名。它还提到了如何创建自己的类型别名。
https://stackoverflow.com/questions/47156850
复制相似问题