kodein-db-api
/
org.kodein.db
/
TypeTable
/
Builder
common
Builder
class
Builder
Content copied to clipboard
Types
Functions
Properties
Types
Root
Link copied to clipboard
common
class
Root
<
T
:
Any
>(defaultNameOf: (
KClass
<*>) ->
ReadMemory
)
Content copied to clipboard
Functions
root
Link copied to clipboard
common
inline fun <
T
:
Any
>
root
(name:
ReadMemory
= defaultNameOf(T::class)):
TypeTable.Builder.Root
<
T
>
Content copied to clipboard
fun <
T
:
Any
>
root
(type:
KClass
<
T
>, name:
ReadMemory
= defaultNameOf(type)):
TypeTable.Builder.Root
<
T
>
Content copied to clipboard
Properties
defaultNameOf
Link copied to clipboard
common
val
defaultNameOf
: (
KClass
<*>) ->
ReadMemory
Content copied to clipboard