public class CompositeGenerator extends Object implements Generator
| Constructor and Description |
|---|
CompositeGenerator() |
CompositeGenerator(List<Generator> generators) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGenerators(Generator... generator) |
Object |
generateObject(Class<?> clazz,
List<Object> input,
List<Class<?>> inputClasses) |
public Object generateObject(Class<?> clazz, List<Object> input, List<Class<?>> inputClasses) throws Exception
generateObject in interface Generatorclazz - The class of the object to generateinput - the parameters to give to the constructorinputClasses - the types of the constructor parametersException - if illegal calls to object constructors.public void addGenerators(Generator... generator)
Copyright © 2013. All Rights Reserved.