Uses of Class
org.databene.benerator.wrapper.ProductWrapper

Packages that use ProductWrapper
org.databene.benerator.nullable   
org.databene.benerator.wrapper Defines generators that wrap other generators and forward or convert their products 
 

Uses of ProductWrapper in org.databene.benerator.nullable
 

Methods in org.databene.benerator.nullable that return ProductWrapper
 ProductWrapper<E> ValidatingNullableGeneratorProxy.generate(ProductWrapper<E> wrapper)
          Generator implementation that calls generateImpl() to generate values and validator.validate() in order to validate them.
 ProductWrapper<E> NullInjectingGeneratorWrapper.generate(ProductWrapper<E> wrapper)
          First checks if a null value should be returned, if so it returns a wrapper that wraps a null value, otherwise a wrapper that wraps a value generated by the underlying source generator.
 ProductWrapper<E> NullInjectingGeneratorProxy.generate(ProductWrapper<E> wrapper)
          First checks if a null value should be returned, if so it returns a wrapper that wraps a null value, otherwise a wrapper that wraps a value generated by the underlying source generator.
 ProductWrapper<E> NullableGenerator.generate(ProductWrapper<E> wrapper)
           
 ProductWrapper<E> ConstantNullableGenerator.generate(ProductWrapper<E> wrapper)
           
 ProductWrapper<E> AsNullableGeneratorAdapter.generate(ProductWrapper<E> wrapper)
           
 ProductWrapper<java.lang.Object> NullableScriptGenerator.generate(ProductWrapper<java.lang.Object> wrapper)
           
 ProductWrapper<P> ConvertingNullableGeneratorProxy.generate(ProductWrapper<P> pWrapper)
           
 

Methods in org.databene.benerator.nullable with parameters of type ProductWrapper
 ProductWrapper<E> ValidatingNullableGeneratorProxy.generate(ProductWrapper<E> wrapper)
          Generator implementation that calls generateImpl() to generate values and validator.validate() in order to validate them.
 ProductWrapper<E> NullInjectingGeneratorWrapper.generate(ProductWrapper<E> wrapper)
          First checks if a null value should be returned, if so it returns a wrapper that wraps a null value, otherwise a wrapper that wraps a value generated by the underlying source generator.
 ProductWrapper<E> NullInjectingGeneratorProxy.generate(ProductWrapper<E> wrapper)
          First checks if a null value should be returned, if so it returns a wrapper that wraps a null value, otherwise a wrapper that wraps a value generated by the underlying source generator.
 ProductWrapper<E> NullableGenerator.generate(ProductWrapper<E> wrapper)
           
 ProductWrapper<E> ConstantNullableGenerator.generate(ProductWrapper<E> wrapper)
           
 ProductWrapper<E> AsNullableGeneratorAdapter.generate(ProductWrapper<E> wrapper)
           
 ProductWrapper<java.lang.Object> NullableScriptGenerator.generate(ProductWrapper<java.lang.Object> wrapper)
           
 ProductWrapper<P> ConvertingNullableGeneratorProxy.generate(ProductWrapper<P> pWrapper)
           
 

Uses of ProductWrapper in org.databene.benerator.wrapper
 

Methods in org.databene.benerator.wrapper that return ProductWrapper
protected  ProductWrapper<E> ThreadLocalProductWrapper.initialValue()
           
 ProductWrapper<E> ProductWrapper.setProduct(E product)
           
 

Methods in org.databene.benerator.wrapper with parameters of type ProductWrapper
static java.lang.Object ProductWrapper.unwrap(ProductWrapper<?> wrapper)
           
 



Copyright © 2011. All Rights Reserved.