| Package | Description |
|---|---|
| org.unitils.objectvalidation.objectcreator | |
| org.unitils.objectvalidation.objectcreator.generator |
| Modifier and Type | Method and Description |
|---|---|
static ObjectCreator |
ObjectCreatorFactory.createObjectCreator(Generator... generators) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuilderGenerator |
class |
CollectionGenerator
This generator will take care of interfaces and the classes that have no custom generator.
|
class |
CompositeGenerator |
class |
DefaultGenerator
The DefaultGenerator is a composite Generator with a pre defiend set of generators.
|
class |
EnumGenerator
Generates an random enum from the right class.
|
class |
LastResortGenerator
This generator will take care of interfaces and the classes that have no custom generator.
|
class |
PrimitiveGenerator
The primitive generator is capable of generating java primitive types and there counterparts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeGenerator.addGenerators(Generator... generator) |
| Constructor and Description |
|---|
CompositeGenerator(List<Generator> generators) |
Copyright © 2013. All Rights Reserved.