public interface ObjectFactoryModule
ObjectFactory,
SystemConfig| Modifier and Type | Method and Description |
|---|---|
void |
bind(String fromName,
String toName)
Binds fromName to toName.
|
String |
get(String name)
Gets the binded name by the original name.
|
void bind(String fromName,
String toName)
fromName - the "from" class nametoName - the "to" class nameString get(String name)
name - the original nameCopyright © 2010-2020 Toolsverse. All Rights Reserved.