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

io.craftsman.creator.Creator Maven / Gradle / Ivy

Go to download

A library that provides the missing Java 8 type mappers for the Dozer Java Bean Mapper.

There is a newer version: 1.0.6
Show newest version
package io.craftsman.creator;

public interface Creator {

    public T create(Object source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy