configure Read Standard Crud Repo Routes
fun <ObjectType, IdType> <ERROR CLASS>.configureReadStandardCrudRepoRoutes(originalRepo: ReadStandardCRUDRepo<ObjectType, IdType>, objectsSerializer: KSerializer<ObjectType>, objectsNullableSerializer: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>, unifiedRouter: UnifiedRouter)
Content copied to clipboard
inline fun <ObjectType, IdType> <ERROR CLASS>.configureReadStandardCrudRepoRoutes(originalRepo: ReadStandardCRUDRepo<ObjectType, IdType>, objectsSerializer: KSerializer<ObjectType>, objectsNullableSerializer: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>
Content copied to clipboard