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

com.hframework.common.util.collect.bean.Mapping Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.hframework.common.util.collect.bean;

/**
 * Created by zhangquanhong on 2016/6/21.
 */
public interface Mapping {

    public T from(F f);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy