- addExcludedField(String) - Method in class org.kurtymckurt.TestPojo.TestPojoBuilder
-
Adds a field name to the builder so that this field will not be generated.
- addExcludedFields(String, String...) - Method in class org.kurtymckurt.TestPojo.TestPojoBuilder
-
Adds multiple fields to be excluded from generation.
- addGenerator(Generator) - Method in class org.kurtymckurt.TestPojo.TestPojoBuilder
-
Adds a custom generator for a type that isn't currently supported out of the box.
- addLimiter(String, Limiter) - Method in class org.kurtymckurt.TestPojo.TestPojoBuilder
-
Adds a new Limiter per field name that will limit and control the randomness of the generated field.
- addProviderFunction(ProviderFunction, Class<?>, Class<?>...) - Method in class org.kurtymckurt.TestPojo.TestPojoBuilder
-
Adds a custom provider in order to allow the builder to know how to create a *New* object of that type.