Class DTOListMapping<M,T>

java.lang.Object
it.unimib.unimibmodules.controller.DTOMapping<M,T>
it.unimib.unimibmodules.controller.DTOListMapping<M,T>
Direct Known Subclasses:
AnswerController, CategoryController, QuestionController

public abstract class DTOListMapping<M,T> extends DTOMapping<M,T>
  • Constructor Details

    • DTOListMapping

      protected DTOListMapping(org.modelmapper.ModelMapper modelMapper)
  • Method Details

    • convertListToDTO

      public abstract List<T> convertListToDTO(Iterable<M> values)