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>
Instantiator for any class that provide a public accessible default
constructor
- Author:
- Oliver Wolff
-
Constructor Details
-
DefaultInstantiator
public DefaultInstantiator()
-
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfaceObjectInstantiator<T>
- Returns:
- a newly created instance
-