net.java.quickcheck.generator.support
Class ObjectDefaultMappingGenerator<T>
java.lang.Object
net.java.quickcheck.generator.support.ObjectGeneratorImpl<T>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectDefaultMappingGenerator
public ObjectDefaultMappingGenerator(Class<T> objectType)
Copyright © 2011. All Rights Reserved.