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

org.unitils.objectvalidation.ObjectCreator Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.unitils.objectvalidation;

import java.lang.reflect.Type;


/**
 * The responsability of {@link ObjectCreator} is to create object of the type provided.
 * 
 * @author Matthieu Mestrez
 * @since Oct 18, 2013
 */
public interface ObjectCreator {

    Object createRandomObject(Type bean);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy