-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31ba6b7
commit b8476b2
Showing
4 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,10 @@ | |
* <ul> | ||
* <li>{@link EasyRandom} whenever the field is a user defined type.</li> | ||
* <li>{@link ArrayPopulator} whenever the field is an array type.</li> | ||
* <li>{@link CollectionPopulator}, {@link MapPopulator} whenever the field is a collection type.</li> | ||
* <li>{@link CollectionPopulator} whenever the field is a collection type.</li> | ||
* <li>{@link CollectionPopulator}whenever the field is a map type.</li> | ||
* </ul> | ||
* | ||
* @author Mahmoud Ben Hassine ([email protected]) | ||
*/ | ||
class FieldPopulator { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters