Package de.floydkretschmar.fixturize.annotations
package de.floydkretschmar.fixturize.annotations
-
Annotation InterfacesClassDescriptionIndicates that a fixture should be generated for the annotated object.Indicates that a generated fixture should contain a method to create said fixture using the builder pattern.The annotation container that allows the repeated use of
FixtureBuilder.Defines how an annotated field should be transformed into a corresponding constant in the generated fixture.The annotation container that allows the repeated use ofFixtureConstant.Indicates that a generated fixture should contain a method to create said fixture using the specified constructor.The annotation container that allows the repeated use ofFixtureConstructor.Defines a custom strategy used to provide all values matching the specified target type.The annotation container that allows the repeated use ofFixtureValueProvider.