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.
AsNullableGeneratorAdapter<E> Wraps a Generator with a NullableGenerator.
ConstantNullableGenerator<E> NullableGenerator implementation which returns a constant value (supporting null as value).
ConvertingNullableGeneratorProxy<S,P> Converts the products generated by a NullableGenerator.
NullableGeneratorFactory Provides factory methods for NullableGenerators.
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.
NullInjectingGeneratorWrapper<E> Proxy implementation of the NullableGenerator interface.
ValidatingNullableGeneratorProxy<E> Proxy for NullableGenerator that only generates products which pass a validator.
 



Copyright © 2011. All Rights Reserved.