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

templates.MAPPER.ftl Maven / Gradle / Ivy

package ${rootPackage}.coreImpl.${typeLower};

import ${package}.${type};
import ${DTO.canonicalName()};
import com.github.vladimirantin.core.web.mapper.CoreMapperImpl;
import org.springframework.stereotype.Component;

@Component
public class ${type}Mapper extends CoreMapperImpl<${DTO.simpleName()}, ${type}> {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy