Class ListConverter<SourceT,TargetT>
- java.lang.Object
-
- org.activiti.runtime.api.model.impl.ListConverter<SourceT,TargetT>
-
- All Implemented Interfaces:
ModelConverter<SourceT,TargetT>
- Direct Known Subclasses:
APIVariableInstanceConverter
public abstract class ListConverter<SourceT,TargetT> extends java.lang.Object implements ModelConverter<SourceT,TargetT>
-
-
Constructor Summary
Constructors Constructor Description ListConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TargetT>from(java.util.Collection<SourceT> sources)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.runtime.api.model.impl.ModelConverter
from
-
-