public class WritableFactoryManagerImpl extends MappingManagerImpl<IWritableFactory<?>> implements IWritableFactoryManager
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>initializedDEFAULT_NAME| Constructor and Description |
|---|
WritableFactoryManagerImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IWritableFactory<T> |
get(Class<T> type)
Gets a writable factory by type.
|
bind, get, getDefault, initialize, keySet, normalizeKey, setDefaultclear, clone, containsKey, containsValue, entrySet, isEmpty, put, putAll, remove, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitbind, getDefault, setDefaultpublic WritableFactoryManagerImpl()
public <T> IWritableFactory<T> get(Class<T> type)
IWritableFactoryManagerget in interface IWritableFactoryManagerT - The object source type.type - The type of object to be used for writable creation.Copyright © 2016. All rights reserved.