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

com.yuxuan66.core.message.MessageConvert Maven / Gradle / Ivy

package com.yuxuan66.core.message;

/**
 * 
 * @ClassName: MessageConvert 
* @Description:(消息转换器)
* @author Sir丶雨轩
* @date 2018年8月10日 上午11:01:10
* */ public interface MessageConvert { /** * * @Title: convert
* @Description: (转换数据)
* @author Sir丶雨轩
* @param obj * @return */ public String convert(Object obj); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy