configure CRUDRepo Routes
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> <ERROR CLASS>.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, noinline idDeserializer: suspend (String) -> IdType)
Content copied to clipboard
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> <ERROR CLASS>.configureCRUDRepoRoutes( originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, idsSerializer: <ERROR CLASS><IdType>, serialFormat: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> <ERROR CLASS>.configureCRUDRepoRoutes( originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, idsSerializer: <ERROR CLASS><IdType>, serialFormat: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ObjectType, IdType, InputValue> <ERROR CLASS>.configureCRUDRepoRoutes( baseSubpart: String, originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, objectsSerializer: <ERROR CLASS><ObjectType>, objectsNullableSerializer: <ERROR CLASS><ObjectType?>, inputsSerializer: <ERROR CLASS><InputValue>, idsSerializer: <ERROR CLASS><IdType>, unifiedRouter: UnifiedRouter)
Content copied to clipboard
fun <ObjectType, IdType, InputValue> <ERROR CLASS>.configureCRUDRepoRoutes( baseSubpart: String, originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, objectsSerializer: <ERROR CLASS><ObjectType>, objectsNullableSerializer: <ERROR CLASS><ObjectType?>, inputsSerializer: <ERROR CLASS><InputValue>, idsSerializer: <ERROR CLASS><IdType>, serialFormat: <ERROR CLASS> = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
Content copied to clipboard