- setEnabled(boolean) - Method in class net.sixpointsix.springboot.datafixture.DataFixtureProperties
-
- setEntities(List<T>) - Method in class net.sixpointsix.springboot.datafixture.FixtureFunctionSet.Builder
-
- setOrder(int) - Method in class net.sixpointsix.springboot.datafixture.FixtureFunctionSet.Builder
-
Set the order of the initialization
- setRun(Consumer<T>) - Method in class net.sixpointsix.springboot.datafixture.FixtureFunctionSet.Builder
-
Add the function to run the data initialization
- setShouldApply(Predicate<T>) - Method in class net.sixpointsix.springboot.datafixture.FixtureFunctionSet.Builder
-
- shouldRun() - Method in interface net.sixpointsix.springboot.datafixture.DataFixture
-
Test if this initializer should be run
- shouldRun() - Method in class net.sixpointsix.springboot.datafixture.dummy.DummyDataFixture
-
Test if this initializer should be run
- size() - Method in class net.sixpointsix.springboot.datafixture.DataFixtureList
-
Get the size of the initializer list
- stream() - Method in class net.sixpointsix.springboot.datafixture.DataFixtureList
-
Return a stream of initializers