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