public final class AliasMapping
extends java.lang.Object
| Constructor and Description |
|---|
AliasMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ComponentKey<?>> |
find(ComponentKey.AliasKey aliasKey)
マッピングされた検索キーを取得する。
|
void |
register(ComponentKey.AliasKey aliasKey,
ComponentKey<?> key)
エイリアスキーと検索キーをマッピングする。
|
public void register(ComponentKey.AliasKey aliasKey, ComponentKey<?> key)
aliasKey - エイリアスキーkey - 検索キーpublic java.util.Set<ComponentKey<?>> find(ComponentKey.AliasKey aliasKey)
aliasKey - エイリアスキー