public interface IWritableFactoryManager extends IMappingManager<IWritableFactory<?>>
DEFAULT_NAME| Modifier and Type | Method and Description |
|---|---|
<T> IWritableFactory<T> |
get(Class<T> type)
Gets a writable factory by type.
|
bind, getDefault, setDefault<T> IWritableFactory<T> get(Class<T> type)
T - The object source type.type - The type of object to be used for writable creation.Copyright © 2016. All rights reserved.