|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.util.ItemCopyConverter<T>
T - Type of both the target and source.CopyFunction instead
@Deprecated public class ItemCopyConverter<T>
This class performs a conversion by performing a copy using an
ItemCopier. The type of the target is identical to the one of the
source.
| Constructor Summary | |
|---|---|
ItemCopyConverter()
Deprecated. |
|
| Method Summary | |
|---|---|
T |
convert(T source)
Deprecated. Convert a source to a target |
void |
setCopier(ItemCopier<T> copier)
Deprecated. Sets the copier to use (required) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemCopyConverter()
| Method Detail |
|---|
public T convert(T source)
ItemConverter
convert in interface ItemConverter<T,T>source - Source object
public void setCopier(ItemCopier<T> copier)
copier - Copier implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||