Package org.databene.benerator.nullable

Interface Summary
NullableGenerator<E> Interface for classes that can generate null values.
 

Class Summary
AbstractNullableGenerator<E> Abstract NullableGenerator implementation which holds a state and state management methods.
ConstantNullableGenerator<E> NullableGenerator implementation which returns a constant value (supporting null as value).
ConvertingNullableGeneratorProxy<S,P> Converts the products generated by a NullableGenerator.
NullableGeneratorWrapper<S,P> Proxy for a NullableGenerator.
NullableScriptGenerator Evaluates a script which may resolve to null as a valid value.
NullInjectingGeneratorProxy<E> Proxy implementation of the NullableGenerator interface.
ValidatingNullableGeneratorProxy<E> Proxy for NullableGenerator that only generates products which pass a validator.
 



Copyright © 2010. All Rights Reserved.