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

com.github.hammelion.mappedjpa.DtoMapper Maven / Gradle / Ivy

package com.github.hammelion.mappedjpa;

public interface DtoMapper {
    E fromDto(D dto);

    D toDto(E e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy