Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
ObjectiveCName Ek Açıklaması
Herhangi bir Java yöntemine ek açıklama girebilirsiniz
Çevrilmiş adını değiştirmek için @ObjectiveCName
yöntemi ve bunu geçersiz kılan
yöntemler için geçerlidir. Örneğin:
Yöntem adları,
eşlemeler var. Her yöntem eşlemesi, anahtar için tam Java yöntem imzasıyla tanımlanır ve
Objective-C seçici değeri. Örneğin, Object.equals() ile NSObject.isEqual'i eşleyecek satır:
şununla eşleşir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["The `@ObjectiveCName` annotation renames Java methods in their Objective-C translation. The annotation's string value defines the desired Objective-C selector, excluding parameter types and names. Alternatively, the `--mapping` flag utilizes a properties file to map Java method signatures to Objective-C selectors. Each mapping specifies the full Java method signature on the left and the Objective-C selector on the right. Multiple mapping files can be provided. Mapped methods must have the same number of parameters.\n"]]