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

io.shmilyhe.convert.api.ISet Maven / Gradle / Ivy

package io.shmilyhe.convert.api;

public interface ISet {

    /**
     * 
     * @param origin 源对象
     * @param v 设定值
     */
    void set(Object origin,Object v);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy