Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CS_TYPE_MAP = map[string]string{
"string": "string",
"boolean": "bool",
"date": "DateTime",
"dateTime": "DateTime",
"double": "double",
}
View Source
var JAVA_TYPE_MAP = map[string]string{
"string": "String",
"boolean": "boolean",
"date": "Date",
"dateTime": "Date",
"double": "double",
}
Functions ¶
func GetJavaType ¶
Types ¶
type Identifier ¶
Click to show internal directories.
Click to hide internal directories.