All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bld.commons.controller.mapper.ModelMapper Maven / Gradle / Ivy

The newest version!
/**
 * @author Francesco Baldi
 * @mail [email protected]
 * @class com.bld.commons.controller.mapper.MapperModel.java
 */
package com.bld.commons.controller.mapper;


public interface ModelMapper {


	/**
	 * Convert to model.
	 *
	 * @param entity the entity
	 * @return the m
	 */
	public M convertToModel(E entity);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy