org.databene.benerator.util
Class UnsafeMethodParamsGenerator

java.lang.Object
  extended by org.databene.benerator.util.AbstractGenerator<E>
      extended by org.databene.benerator.util.UnsafeGenerator<java.lang.Object[]>
          extended by org.databene.benerator.util.UnsafeMethodParamsGenerator
All Implemented Interfaces:
java.io.Closeable, Generator<java.lang.Object[]>, org.databene.commons.Resettable, org.databene.commons.ThreadAware

public abstract class UnsafeMethodParamsGenerator
extends UnsafeGenerator<java.lang.Object[]>

Parent class for Generator implementations that create method parameters as Object arrays.

Created: 08.07.2011 18:20:24

Since:
0.7.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.util.AbstractGenerator
context, logger, state
 
Constructor Summary
UnsafeMethodParamsGenerator()
           
 
Method Summary
 java.lang.Class<java.lang.Object[]> getGeneratedType()
          Declares the type of the objects returned by the generate() method.
 
Methods inherited from class org.databene.benerator.util.UnsafeGenerator
isParallelizable, isThreadSafe
 
Methods inherited from class org.databene.benerator.util.AbstractGenerator
assertInitialized, assertNotInitialized, close, getResultWrapper, init, reset, toString, wasInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.databene.benerator.Generator
generate
 

Constructor Detail

UnsafeMethodParamsGenerator

public UnsafeMethodParamsGenerator()
Method Detail

getGeneratedType

public java.lang.Class<java.lang.Object[]> getGeneratedType()
Description copied from interface: Generator
Declares the type of the objects returned by the generate() method.



Copyright © 2013. All Rights Reserved.