Package-level declarations
Functions
Link copied to clipboard
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, noinline idDeserializer: suspend (String) -> IdType)
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, idsSerializer: KSerializer<IdType>, serialFormat: BinaryFormat)
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureCRUDRepoRoutes(originalRepo: CRUDRepo<ObjectType, IdType, InputValue>, idsSerializer: KSerializer<IdType>, serialFormat: StringFormat)
Link copied to clipboard
inline fun <ObjectType, IdType> ERROR CLASS: Symbol not found for Route.configureReadCRUDRepoRoutes(originalRepo: ReadCRUDRepo<ObjectType, IdType>, noinline idDeserializer: suspend (String) -> IdType)
inline fun <ObjectType, IdType> ERROR CLASS: Symbol not found for Route.configureReadCRUDRepoRoutes(originalRepo: ReadCRUDRepo<ObjectType, IdType>, idsSerializer: KSerializer<IdType>, serialFormat: BinaryFormat)
inline fun <ObjectType, IdType> ERROR CLASS: Symbol not found for Route.configureReadCRUDRepoRoutes(originalRepo: ReadCRUDRepo<ObjectType, IdType>, idsSerializer: KSerializer<IdType>, serialFormat: StringFormat)
Link copied to clipboard
inline fun <ObjectType : Any, IdType : Any, InputValue : Any> ERROR CLASS: Symbol not found for Route.configureWriteCRUDRepoRoutes(originalRepo: WriteCRUDRepo<ObjectType, IdType, InputValue>)