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

com.iwbfly.myhttp.converter.json.JsonConverter Maven / Gradle / Ivy

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

import com.iwbfly.myhttp.converter.Decoder;
import com.iwbfly.myhttp.converter.Encoder;

import java.lang.reflect.Type;
import java.util.Map;

/**
 * @author pangyajun
 * @since 2021/11/25 13:37
 **/
public interface JsonConverter extends Encoder, Decoder {

    Map convertObjectToMap(Object obj);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy