Class PersonRegistryHelper
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.person.PersonRegistryHelper
-
public class PersonRegistryHelper extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description PersonRegistryHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
populate(PersonRegistry registry)
static void
populate(java.util.Collection<? super Person> collection)
-
-
-
Method Detail
-
populate
public static void populate(@Nonnull java.util.Collection<? super Person> collection)
-
populate
public static void populate(@Nonnull PersonRegistry registry)
-
-