Uses of Interface
org.kurtymckurt.TestPojo.providers.ProviderFunction
-
Packages that use ProviderFunction Package Description org.kurtymckurt.TestPojo -
-
Uses of ProviderFunction in org.kurtymckurt.TestPojo
Methods in org.kurtymckurt.TestPojo with parameters of type ProviderFunction Modifier and Type Method 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.TestPojoBuilder<T>TestPojoBuilder. addProviderFunction(ProviderFunction providerFunction, String builderMethod, 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)Constructors in org.kurtymckurt.TestPojo with parameters of type ProviderFunction Constructor Description TestPojoBuilder(Class<T> clazz, String builderMethod, ProviderFunction providerFunction)TestPojoBuilder(Class<T> clazz, ProviderFunction providerFunction)
-