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

com.moon.core.model.converter.DTOConverter Maven / Gradle / Ivy

package com.moon.core.model.converter;

/**
 * @author moonsky
 */
@FunctionalInterface
public interface DTOConverter extends Converter {

    /**
     * convert to typeof T
     *
     * @return
     */
    T toDTO();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy