| Interface | Description |
|---|---|
| ArrayFactory<T> |
Interface to be implemented by classes which can provide arrays of values to a
BeanBuilder |
| ValueFactory<T> |
Interface to be implemented by classes which can provide values to a
BeanBuilder |
| Class | Description |
|---|---|
| ValueFactories |
Static factory for creating instances of
ValueFactory and ArrayFactory for use in the BeanBuilder and RandomBuilder |
| Exception | Description |
|---|---|
| NoDefaultConstructorException |
Typed exception so it's explicit when failure is due to a missing default constructor
|
| ValueFactoryException |
Copyright © 2018. All rights reserved.