Kodein-Type

Kodein-Type Project

Лицензия

Лицензия

MIT
Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

org.kodein.type
Идентификатор

Идентификатор

kodein-type-wasm32
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

klib
Описание

Описание

Kodein-Type
Kodein-Type Project
Ссылка на сайт

Ссылка на сайт

http://kodein.org
Система контроля версий

Система контроля версий

https://github.com/Kodein-Framework/Kodein-Type/tree/master

Скачать kodein-type-wasm32

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.3.72

Модули Проекта

Данный проект не имеет модулей.

Release

Kodein-Type

A light multiplatform Kotlin reflection API.

  • erased generates a TypeToken that represents a type without its (optional) generic parameters, available at compile-time and run-time.
  • generic generates a TypeToken that represents a type with its generic parameters, available at compile-time only.
  • erasedComp generates a TypeToken that represents a type with its generic parameters, available at run-time only.

All TypeTokens are comparable between them:

erased<String>() == generic<String>()

erased<List<*>>() == generic<List<*>>()

generic<List<String>>() == erasedComp<List<String>>(List::class, String::class)
org.kodein.type

Версии библиотеки

Версия
1.1.1
1.1.0
1.0.0
0.2.0
0.1.0