Class DefaultInstantiator<T>

java.lang.Object
de.cuioss.test.valueobjects.objects.impl.DefaultInstantiator<T>
Type Parameters:
T - identifying the type of object to be instantiated
All Implemented Interfaces:
ObjectInstantiator<T>

public class DefaultInstantiator<T> extends Object implements ObjectInstantiator<T>
Instantiator for any class that provide a public accessible default constructor
Author:
Oliver Wolff