Class BuilderFactoryBasedInstantiator<T>

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

public class BuilderFactoryBasedInstantiator<T> extends Object implements BuilderInstantiator<T>
Used for creating instances of a builder. This variant relies on a factory method on the target type usually with the name "builder". See BuilderFactoryBasedInstantiator(Class, String, String) for details
Author:
Oliver Wolff