Uses of Interface
org.instancio.CartesianProductApi
Packages that use CartesianProductApi
-
Uses of CartesianProductApi in org.instancio
Methods in org.instancio that return CartesianProductApiModifier and TypeMethodDescriptionCartesianProductApi.assign(Assignment... assignments) <V> CartesianProductApi<T> CartesianProductApi.generate(TargetSelector selector, GeneratorSpec<V> spec) <V> CartesianProductApi<T> CartesianProductApi.generate(TargetSelector selector, GeneratorSpecProvider<V> gen) CartesianProductApi.ignore(TargetSelector selector) CartesianProductApi.lenient()static <T> CartesianProductApi<T> Instancio.ofCartesianProduct(Class<T> type) Generates the Cartesian product based on the values specified via thewith()method.static <T> CartesianProductApi<T> Instancio.ofCartesianProduct(Model<T> model) Generates the Cartesian product based on the values specified via thewith()method.static <T> CartesianProductApi<T> Instancio.ofCartesianProduct(TypeTokenSupplier<T> typeToken) Generates the Cartesian product based on the values specified via thewith()method.<V> CartesianProductApi<T> CartesianProductApi.onComplete(TargetSelector selector, OnCompleteCallback<V> callback) <V> CartesianProductApi<T> CartesianProductApi.set(TargetSelector selector, V value) CartesianProductApi.subtype(TargetSelector selector, Class<?> subtype) <V> CartesianProductApi<T> CartesianProductApi.supply(TargetSelector selector, Supplier<V> supplier) <V> CartesianProductApi<T> CartesianProductApi.supply(TargetSelector selector, Generator<V> generator) CartesianProductApi.verbose()<V> CartesianProductApi<T> CartesianProductApi.with(TargetSelector selector, V... values) Sets a range of values for generating the Cartesian product.CartesianProductApi.withMaxDepth(int maxDepth) CartesianProductApi.withNullable(TargetSelector selector) CartesianProductApi.withSeed(long seed) CartesianProductApi.withSettings(Settings settings)