T - The type of source to writable.public interface IWritableFactory<T> extends IResetable
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Get the type handled by this factory.
|
IWritable |
newWritable(Map<String,Object> information,
T source)
Writable with information.
|
IWritable |
newWritable(T source)
Writable with information.
|
initializeCopyright © 2016. All rights reserved.