
com.moon.core.model.converter.EntityConverter Maven / Gradle / Ivy
package com.moon.core.model.converter;
/**
* @author moonsky
*/
@FunctionalInterface
public interface EntityConverter extends Converter {
/**
* convert to typeof T
*
* @return
*/
T toEntity();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy