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