KA
Size: a a a
KA
d
RI
VD
Н
VP
VD
dependencies
Gradle для проекта. Посмотри, указан ли у тебя нужный репозиторий в repositories
.Н
VD
VP
Н
Running the code generator with Gradle
Н
VP
Running the code generator with Gradle
DZ
DZ
AS
AS
BP
propertyEditorFactory = object : DefaultPropertyEditorFactory() {
override fun call(item: PropertySheet.Item?): PropertyEditor<*> {
return when (item) {
is UserItem -> P()
else -> super.call(item)
}
}
}
BV
entity/{id}
, есть ли какой-то вменяемый достаточно автоматический способ получить этот id в переменую в обработчике?