public interface RandomGenerator
RandomFactory expects.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
doGenerate(java.lang.Class<?> type)
Perform random generation.
|
java.util.Collection<java.lang.Class<?>> |
getTypes()
This method is used to get the types that this RandomGenerator is responsible for.
|
java.util.Collection<java.lang.Class<?>> getTypes()
java.lang.Object doGenerate(java.lang.Class<?> type)
type - The type to generate for.Copyright © 2010-2015. All Rights Reserved.