Class CategoryPopulator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(CategoryModel categoryModel, Category category)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CategoryPopulator

        public CategoryPopulator()
    • Method Detail

      • populate

        public void populate​(CategoryModel categoryModel,
                             Category category)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<CategoryModel,​Category>
        Parameters:
        categoryModel - the source object
        category - the target to fill