Class BuilderCreationMethodStrategy

java.lang.Object
de.floydkretschmar.fixturize.stategies.creation.BuilderCreationMethodStrategy
All Implemented Interfaces:
CreationMethodGenerationStrategy

public class BuilderCreationMethodStrategy extends Object implements CreationMethodGenerationStrategy
The strategy that generates on creation method for each FixtureBuilder annotation on a class also annotated with Fixture. If FixtureBuilder.usedSetters() is empty, all fields will be used.