Interface ModelConverter<SOURCE,TARGET>
-
- All Known Implementing Classes:
APIVariableInstanceConverter,ListConverter
public interface ModelConverter<SOURCE,TARGET>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TARGET>from(java.util.Collection<SOURCE> sources)TARGETfrom(SOURCE source)
-