Documentation
¶
Index ¶
Constants ¶
View Source
const LIST_TEMPLATE = "List<%s>"
Variables ¶
View Source
var CS_TYPE_MAP = map[string]string{
"boolean": "bool",
"date": "DateTime",
"dateTime": "DateTime",
}
View Source
var CS_VALUE_TYPES = []string{
"bool",
"byte",
"char",
"decimal",
"double",
"float",
"int",
"long",
"DateTime"}
View Source
var JAVA_TYPE_MAP = map[string]string{
"string": "String",
"boolean": "Boolean",
"date": "Date",
"dateTime": "Date",
"long": "Long",
"int": "Integer",
"hovedklasse": "FintMainObject",
"referanse": "FintReference",
"abstrakt": "FintAbstractObject",
"datatype": "FintComplexDatatypeObject",
}
Functions ¶
func GetJavaType ¶
func IsValueType ¶ added in v1.6.0
Types ¶
Click to show internal directories.
Click to hide internal directories.