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

fr.pacifista.api.server.warps.service.mappers.WarpMapper Maven / Gradle / Ivy

There is a newer version: 1.5.3.11
Show newest version
package fr.pacifista.api.server.warps.service.mappers;

import com.funixproductions.core.crud.mappers.ApiMapper;
import fr.pacifista.api.server.warps.client.dtos.WarpDTO;
import fr.pacifista.api.server.warps.service.entities.Warp;
import org.mapstruct.Mapper;

@Mapper(componentModel = "spring")
public interface WarpMapper extends ApiMapper {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy