Uses of Class
org.databene.benerator.nullable.AbstractNullableGenerator

Packages that use AbstractNullableGenerator
org.databene.benerator.nullable   
 

Uses of AbstractNullableGenerator in org.databene.benerator.nullable
 

Subclasses of AbstractNullableGenerator in org.databene.benerator.nullable
 class ConstantNullableGenerator<E>
          NullableGenerator implementation which returns a constant value (supporting null as value).
 class ConvertingNullableGeneratorProxy<S,P>
          Converts the products generated by a NullableGenerator.
 class NullableGeneratorWrapper<S,P>
          Proxy for a NullableGenerator.
 class NullableScriptGenerator
          Evaluates a script which may resolve to null as a valid value.
 class NullInjectingGeneratorProxy<E>
          Proxy implementation of the NullableGenerator interface.
 class NullInjectingGeneratorWrapper<E>
          Proxy implementation of the NullableGenerator interface.
 class ValidatingNullableGeneratorProxy<E>
          Proxy for NullableGenerator that only generates products which pass a validator.
 



Copyright © 2011. All Rights Reserved.