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

ars.util.ObjectAdapter Maven / Gradle / Ivy

The newest version!
package ars.util;

/**
 * 对象适配接口
 *
 * @author wuyongqiang
 */
public interface ObjectAdapter {
    /**
     * 对象适配
     *
     * @param object 适配源对象
     * @return 适配目标对象
     */
    public Object adaption(Object object);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy