Package org.unitils.objectvalidation.objectcreator.generator

Interface Summary
Generator A generator represents an object factory for the purpose of testing it against rules.
 

Class Summary
BuilderGenerator  
CollectionGenerator This generator will take care of interfaces and the classes that have no custom generator.
CompositeGenerator  
DefaultGenerator The DefaultGenerator is a composite Generator with a pre defiend set of generators.
EnumGenerator Generates an random enum from the right class.
LastResortGenerator This generator will take care of interfaces and the classes that have no custom generator.
MocksGenerator This class generates a mock object of a specific Class and should be the final option.
ParameterizedTypeGenerator Create objects of type ParameterizedType.
PrimitiveGenerator The primitive generator is capable of generating java primitive types and there counterparts.
TypeVariableImplGenerator Generate objects of type TypeVariableImpl.
WildCardTypeGenerator Generates objects of type WildcardTypeImpl.
 



Copyright © 2013-2015. All Rights Reserved.