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

Functions

Link copied to clipboard
fun <K, V> <ERROR CLASS>.configureKeyValueRepoRoutes(    baseSubpart: String,     originalRepo: KeyValueRepo<K, V>,     keySerializer: <ERROR CLASS><K>,     valueSerializer: <ERROR CLASS><V>,     valueNullableSerializer: <ERROR CLASS><V?>,     unifiedRouter: UnifiedRouter)
Link copied to clipboard
fun <K, V> <ERROR CLASS>.configureReadStandartKeyValueRepoRoutes(    originalRepo: ReadKeyValueRepo<K, V>,     keySerializer: <ERROR CLASS><K>,     valueSerializer: <ERROR CLASS><V>,     valueNullableSerializer: <ERROR CLASS><V?>,     unifiedRouter: UnifiedRouter)
inline fun <K, V> <ERROR CLASS>.configureReadStandartKeyValueRepoRoutes(    originalRepo: ReadKeyValueRepo<K, V>,     keySerializer: <ERROR CLASS><K>,     valueSerializer: <ERROR CLASS><V>,     valueNullableSerializer: <ERROR CLASS><V?>,     serialFormat: <ERROR CLASS> = standardKtorSerialFormat,     serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
Link copied to clipboard
fun <K, V> <ERROR CLASS>.configureStandartKeyValueRepoRoutes(    baseSubpart: String,     originalRepo: KeyValueRepo<K, V>,     keySerializer: <ERROR CLASS><K>,     valueSerializer: <ERROR CLASS><V>,     valueNullableSerializer: <ERROR CLASS><V?>,     serialFormat: <ERROR CLASS> = standardKtorSerialFormat,     serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
Link copied to clipboard
fun <K, V> <ERROR CLASS>.configureWriteKeyValueRepoRoutes(    originalRepo: WriteKeyValueRepo<K, V>,     keySerializer: <ERROR CLASS><K>,     valueSerializer: <ERROR CLASS><V>,     unifiedRouter: UnifiedRouter)
Link copied to clipboard
fun <K, V> <ERROR CLASS>.configureWriteStandartKeyValueRepoRoutes(    originalRepo: WriteKeyValueRepo<K, V>,     keySerializer: <ERROR CLASS><K>,     valueSerializer: <ERROR CLASS><V>,     serialFormat: <ERROR CLASS> = standardKtorSerialFormat,     serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>