Uses of Class
com.plannaplan.responses.models.CoursesWithGroupsResponse
Package | Description |
---|---|
com.plannaplan.responses.mappers |
Provides mappers to map mutiple entites from db to single api response
|
-
Uses of CoursesWithGroupsResponse in com.plannaplan.responses.mappers
Methods in com.plannaplan.responses.mappers that return types with arguments of type CoursesWithGroupsResponse Modifier and Type Method Description static java.util.List<CoursesWithGroupsResponse>
CoursesResponseMappers. mapToGetCoursesWithGroupsResponse(java.util.List<com.plannaplan.entities.Course> courses)