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

hprose.io.convert.Converter Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * Converter.java                                         *
 *                                                        *
 * Converter interface for Java.                          *
 *                                                        *
 * LastModified: Aug 1, 2016                              *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.io.convert;

import java.lang.reflect.Type;

public interface Converter {
    T convertTo(Object obj, Type type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy