All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.comect.misc.dataschema.languages.kotlin.settings.json Maven / Gradle / Ivy

Go to download

Library for transforming data files into data class-equivalents in various languages

The newest version!
{
  "name": "kotlin",
  "extension": "kt",
  "nullable_suffix": "?",

  "types": {
	"String": "String",
	"Int": "Int",
	"Long": "Long",
	"Float": "Float",
	"Double": "Double",
	"Boolean": "Boolean",

	"ImmutableList": "List<$1>",
	"ImmutableMap": "Map<$1, $2>",
	"ImmutableSet": "Set<$1>",

	"MutableList": "MutableList<$1>",
	"MutableMap": "MutableMap<$1, $2>",
	"MutableSet": "MutableSet<$1>"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy