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

com.dingtalk.open.app.api.protocol.MessageConverter Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.api.protocol;

import java.lang.reflect.Type;

/**
 * @author feiyin
 * @date 2023/3/7
 */
public interface MessageConverter {

    /**
     * 转换器
     *
     * @param data
     * @param type
     * @param 
     * @return
     */
     T convert(String data, Type type);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy