org.databene.benerator.wrapper
Class AsStringGenerator<E>
java.lang.Object
org.databene.benerator.util.AbstractGenerator<P>
org.databene.benerator.wrapper.GeneratorWrapper<S,T>
org.databene.benerator.wrapper.ConvertingGenerator<E,java.lang.String>
org.databene.benerator.wrapper.AsStringGenerator<E>
- All Implemented Interfaces:
- java.io.Closeable, Generator<java.lang.String>, org.databene.commons.Resettable, org.databene.commons.ThreadAware
public class AsStringGenerator<E>
- extends ConvertingGenerator<E,java.lang.String>
Wraps another Generator
and converts its products to String
s.
Created: 08.07.2011 11:27:54
- Since:
- 0.7.0
- Author:
- Volker Bergmann
Method Summary |
protected static
<T> org.databene.commons.Converter<T,java.lang.String> |
|
createConverter(Generator<T> source)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AsStringGenerator
public AsStringGenerator(Generator<E> source)
createConverter
protected static <T> org.databene.commons.Converter<T,java.lang.String> createConverter(Generator<T> source)
Copyright © 2013. All Rights Reserved.