|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Generator | |
|---|---|
| org.unitils.objectvalidation | |
| org.unitils.objectvalidation.objectcreator | |
| org.unitils.objectvalidation.objectcreator.generator | |
| Uses of Generator in org.unitils.objectvalidation |
|---|
| Methods in org.unitils.objectvalidation that return Generator | |
|---|---|
Generator |
ObjectCreator.getGenerator()
|
| Methods in org.unitils.objectvalidation that return types with arguments of type Generator | |
|---|---|
List<Generator> |
ObjectCreator.getGenerators()
|
| Methods in org.unitils.objectvalidation with parameters of type Generator | |
|---|---|
void |
ObjectCreator.addGenerators(Generator... generator)
|
| Uses of Generator in org.unitils.objectvalidation.objectcreator |
|---|
| Methods in org.unitils.objectvalidation.objectcreator that return Generator | |
|---|---|
Generator |
BaseObjectCreator.getGenerator()
|
| Methods in org.unitils.objectvalidation.objectcreator that return types with arguments of type Generator | |
|---|---|
List<Generator> |
BaseObjectCreator.getGenerators()
|
| Methods in org.unitils.objectvalidation.objectcreator with parameters of type Generator | |
|---|---|
void |
BaseObjectCreator.addGenerators(Generator... generators)
|
static ObjectCreator |
ObjectCreatorFactory.createObjectCreator(Generator... generators)
|
| Method parameters in org.unitils.objectvalidation.objectcreator with type arguments of type Generator | ||
|---|---|---|
|
BaseObjectCreator.getGeneratorOfType(Class<T> generatorType,
List<Generator> generators)
|
|
| Constructors in org.unitils.objectvalidation.objectcreator with parameters of type Generator | |
|---|---|
BaseObjectCreator(Generator[] generators)
|
|
ObjectCreatorMockedFieldsImpl(Generator... generators)
|
|
| Uses of Generator in org.unitils.objectvalidation.objectcreator.generator |
|---|
| Classes in org.unitils.objectvalidation.objectcreator.generator that implement Generator | |
|---|---|
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 |
MocksGenerator
This class generates a mock object of a specific Class and should be the final option. |
class |
ParameterizedTypeGenerator
Create objects of type ParameterizedType. |
class |
PrimitiveGenerator
The primitive generator is capable of generating java primitive types and there counterparts. |
class |
TypeVariableImplGenerator
Generate objects of type TypeVariableImpl. |
class |
WildCardTypeGenerator
Generates objects of type WildcardTypeImpl. |
| Methods in org.unitils.objectvalidation.objectcreator.generator that return types with arguments of type Generator | |
|---|---|
List<Generator> |
CompositeGenerator.getGenerators()
|
| Methods in org.unitils.objectvalidation.objectcreator.generator with parameters of type Generator | |
|---|---|
void |
CompositeGenerator.addGenerators(Generator... generator)
|
| Constructor parameters in org.unitils.objectvalidation.objectcreator.generator with type arguments of type Generator | |
|---|---|
CompositeGenerator(List<Generator> generators)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||