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 Object implements ModelConverter<SourceT,TargetT>
-
-
Constructor Summary
Constructors Constructor Description ListConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TargetT>from(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
-
-
-
-
Method Detail
-
from
public List<TargetT> from(Collection<SourceT> sources)
- Specified by:
fromin interfaceModelConverter<SourceT,TargetT>
-
-