Package dev.inmo.micro_utils.repos.ktor.server.one_to_many

Functions

Link copied to clipboard
fun <Key, Value> <ERROR CLASS>.configureOneToManyKeyValueRepoRoutes(    baseSubpart: String,     originalRepo: KeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     unifiedRouter: UnifiedRouter)
fun <Key, Value> <ERROR CLASS>.configureOneToManyKeyValueRepoRoutes(    baseSubpart: String,     originalRepo: KeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS> = standardKtorSerialFormat,     serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
Link copied to clipboard
fun <Key, Value> <ERROR CLASS>.configureOneToManyReadKeyValueRepoRoutes(    originalRepo: ReadKeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     unifiedRouter: UnifiedRouter)
inline fun <Key, Value> <ERROR CLASS>.configureOneToManyReadKeyValueRepoRoutes(    originalRepo: ReadKeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS> = standardKtorSerialFormat,     serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
fun <Key, Value> <ERROR CLASS>.configureOneToManyWriteKeyValueRepoRoutes(    originalRepo: WriteKeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     unifiedRouter: UnifiedRouter)
fun <Key, Value> <ERROR CLASS>.configureOneToManyWriteKeyValueRepoRoutes(    originalRepo: WriteKeyValuesRepo<Key, Value>,     keySerializer: <ERROR CLASS><Key>,     valueSerializer: <ERROR CLASS><Value>,     serialFormat: <ERROR CLASS> = standardKtorSerialFormat,     serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>