Class BuilderConstructorBasedInstantiator<T>

java.lang.Object
de.cuioss.test.valueobjects.objects.impl.BuilderConstructorBasedInstantiator<T>
Type Parameters:
T - identifying the type of the Object created by the builder
All Implemented Interfaces:
BuilderInstantiator<T>

public class BuilderConstructorBasedInstantiator<T> extends Object implements BuilderInstantiator<T>
Used for creating instances of a builder. This variant relies on the builder-class having a parameter-free constructor.
Author:
Oliver Wolff