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

com.github.firelcw.codec.Decoder Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.github.firelcw.codec;


import com.github.firelcw.model.HttpResponse;

import java.lang.reflect.Type;

/**
 * @author liaochongwei
 * @date 2020/7/31 9:32
 */
public interface Decoder {
    /**
     * 响应解码
     * @param response 响应参数
     * @param type 返回值类型
     * @return Object
     */
    Object decode(HttpResponse response, Type type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy