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