net.java.quickcheck.generator.support
Class ObjectDefaultMappingGenerator<T>

java.lang.Object
  extended by net.java.quickcheck.generator.support.ObjectGeneratorImpl<T>
      extended by net.java.quickcheck.generator.support.ObjectDefaultMappingGenerator<T>
All Implemented Interfaces:
Generator<T>, ObjectGenerator<T>

public class ObjectDefaultMappingGenerator<T>
extends ObjectGeneratorImpl<T>

ObjectGenerator implementation that can generate object graphs with default primitive value generators.


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.java.quickcheck.ObjectGenerator
ObjectGenerator.ReturnValue<R>
 
Constructor Summary
ObjectDefaultMappingGenerator(Class<T> objectType)
           
 
Method Summary
 
Methods inherited from class net.java.quickcheck.generator.support.ObjectGeneratorImpl
getRecorder, next, on
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDefaultMappingGenerator

public ObjectDefaultMappingGenerator(Class<T> objectType)


Copyright © 2011. All Rights Reserved.