Class ConstructorBasedInstantiator<T>

java.lang.Object
de.cuioss.test.valueobjects.objects.impl.AbstractOrderedArgsInstantiator<T>
de.cuioss.test.valueobjects.objects.impl.ConstructorBasedInstantiator<T>
Type Parameters:
T - identifying the type of objects to be created
All Implemented Interfaces:
ParameterizedInstantiator<T>

This ParameterizedInstantiator uses a constructor derived by the given RuntimeProperties#getAllProperties() in order to instantiate Objects
Author:
Oliver Wolff