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)
Content copied to clipboard
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)
Content copied to clipboard
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>
Content copied to clipboard
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>
Content copied to clipboard
Link copied to clipboard
fun <K, V> <ERROR CLASS>.configureWriteKeyValueRepoRoutes( originalRepo: WriteKeyValueRepo<K, V>, keySerializer: <ERROR CLASS><K>, valueSerializer: <ERROR CLASS><V>, unifiedRouter: UnifiedRouter)
Content copied to clipboard
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>
Content copied to clipboard