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

net.arccode.wechat.pay.api.common.parser.Converter Maven / Gradle / Ivy

The newest version!
package net.arccode.wechat.pay.api.common.parser;

import net.arccode.wechat.pay.api.common.exception.WXPayApiException;
import net.arccode.wechat.pay.api.protocol.base.WXPayResponse;

/**
 * 动态格式转换器
 *
 * @author http://arccode.net
 * @since 2015-11-05
 */
public interface Converter {

    /**
     * 响应字符串转响应对象类型
     *
     * @param resp
     * @param clazz
     * @param 
     * @return
     */
    public  T toResponse(String resp, Class clazz) throws WXPayApiException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy