| Package | Description |
|---|---|
| org.kurtymckurt.TestPojo |
| Modifier and Type | Method and Description |
|---|---|
TestPojoBuilder<T> |
TestPojoBuilder.addProviderFunction(ProviderFunction providerFunction,
Class<?> clazz,
Class<?>... clazzes)
Adds a custom provider in order to allow the builder to know how to create a *New* object of that type.
|
static <T> TestPojoBuilder<T> |
TestPojo.builder(Class<T> clazz,
ProviderFunction providerFunction) |
| Constructor and Description |
|---|
TestPojoBuilder(Class<T> clazz,
ProviderFunction providerFunction) |
Copyright © 2019. All rights reserved.