| Interface | Description |
|---|---|
| ArrayFactory<T> |
Interface to be implemented by classes which can provide arrays of values to a
BeanBuilder |
| RandomBuilder.RandomRestriction |
Interface to be implemented by all classes which can restrict the behaviour of the random builder and how it assigns values to properties, which types, it creates, etc
|
| ValueFactory<T> |
Interface to be implemented by classes which can provide values to a
BeanBuilder |
| Class | Description |
|---|---|
| BeanBuilder<T> |
Builder object for instantiating and populating objects which follow the Java beans standards conventions for getter/setters
|
| RandomBuilder |
Builder object for instantiating and populating random instances of Java types.
|
| ValueFactories |
Static factory for creating instances of
ValueFactory and ArrayFactory for use in the BeanBuilder and RandomBuilder |
| Exception | Description |
|---|---|
| BeanBuilderException | |
| RandomBuilderException | |
| ValueFactoryException |
Copyright © 2014. All Rights Reserved.