public interface RandomGenerator
RandomFactory
expects.Modifier and Type | Method and Description |
---|---|
Object |
doGenerate(Class<?> type)
Perform random generation.
|
Collection<Class<?>> |
getTypes()
This method is used to get the types that this RandomGenerator is responsible for.
|
Collection<Class<?>> getTypes()
Copyright © 2010–2017. All rights reserved.