Class ListConverter<SOURCE,TARGET>
- java.lang.Object
-
- org.activiti.runtime.api.model.impl.ListConverter<SOURCE,TARGET>
-
- All Implemented Interfaces:
ModelConverter<SOURCE,TARGET>
- Direct Known Subclasses:
APIVariableInstanceConverter
public abstract class ListConverter<SOURCE,TARGET> extends java.lang.Object implements ModelConverter<SOURCE,TARGET>
-
-
Constructor Summary
Constructors Constructor Description ListConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TARGET>from(java.util.Collection<SOURCE> 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
-
-