Package logic.mapper
Class GroupScheduleConverter
- java.lang.Object
-
- logic.mapper.GroupScheduleConverter
-
public final class GroupScheduleConverter extends Object
- Author:
- Tomáš Hamsa on 12.10.2017.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Student>convert(Collection<? extends GroupSchedule> schedules, String semester)
-
-
-
Method Detail
-
convert
public static List<Student> convert(@Nonnull Collection<? extends GroupSchedule> schedules, @Nonnull String semester)
-
-