Class SetGenerator<T>
- java.lang.Object
-
- org.kurtymckurt.TestPojo.generators.collections.GenericCollectionGenerator<T>
-
- org.kurtymckurt.TestPojo.generators.collections.SetGenerator<T>
-
- All Implemented Interfaces:
Generator<Collection<T>>
public class SetGenerator<T> extends GenericCollectionGenerator<T>
-
-
Constructor Summary
Constructors Constructor Description SetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(Class<?> clazz)-
Methods inherited from class org.kurtymckurt.TestPojo.generators.collections.GenericCollectionGenerator
generate, supportsType
-
-
-
-
Method Detail
-
supports
public boolean supports(Class<?> clazz)
-
-