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

com.iwbfly.myhttp.converter.Decoder Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.converter;

import java.lang.reflect.Type;

/**
 * @author pangyajun
 * @since 2021/11/25 13:32
 **/
public interface Decoder {

     T decode(S source, Class targetClass);
     T decode(S source, Type targetClass);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy