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

cn.ideabuffer.process.api.model.builder.ModelBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.16
Show newest version
package cn.ideabuffer.process.api.model.builder;

import cn.ideabuffer.process.api.model.Model;

/**
 * @author sangjian.sj
 * @date 2020/06/23
 */
public class ModelBuilder {

    public Model build(R resource) {
        return new Model<>(resource);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy