| org.databene.benerator.wrapper.ConvertingGenerator
ConvertingGenerator | public class ConvertingGenerator extends GeneratorWrapper (Code) | | Reads products from a source Generator and applies a Converter to transform them into the target products.
Created: 12.06.2006 19:02:30
|
Field Summary | |
protected Converter<S, T> | converter |
converter | protected Converter<S, T> converter(Code) | | The converter to apply to the source's products
|
ConvertingGenerator | public ConvertingGenerator()(Code) | | |
ConvertingGenerator | public ConvertingGenerator(Generator<S> source, Converter<S, T> converter)(Code) | | Initializes all attributes
|
getConverter | public Converter<S, T> getConverter()(Code) | | |
getGeneratedType | public Class<T> getGeneratedType()(Code) | | |
setConverter | public void setConverter(Converter<S, T> converter)(Code) | | |
validate | public void validate()(Code) | | |
|
|