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)
Content copied to clipboard
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>
Content copied to clipboard
Link copied to clipboard
fun <Key, Value> <ERROR CLASS>.configureOneToManyReadKeyValueRepoRoutes( originalRepo: ReadKeyValuesRepo<Key, Value>, keySerializer: <ERROR CLASS><Key>, valueSerializer: <ERROR CLASS><Value>, unifiedRouter: UnifiedRouter)
Content copied to clipboard
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>
Content copied to clipboard
Link copied to clipboard
fun <Key, Value> <ERROR CLASS>.configureOneToManyWriteKeyValueRepoRoutes( originalRepo: WriteKeyValuesRepo<Key, Value>, keySerializer: <ERROR CLASS><Key>, valueSerializer: <ERROR CLASS><Value>, unifiedRouter: UnifiedRouter)
Content copied to clipboard
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>
Content copied to clipboard