Uses of Interface
org.instancio.generator.specs.ArrayGeneratorSpec
Packages that use ArrayGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of ArrayGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return ArrayGeneratorSpecModifier and TypeMethodDescriptionArrayGeneratorSpec.length(int length) length of array to generate.ArrayGeneratorSpec.maxLength(int length) Maximum length of array to generate.ArrayGeneratorSpec.minLength(int length) Minimum length of array to generate.ArrayGeneratorSpec.nullable()Indicates thatnullvalue can be generated for the array.ArrayGeneratorSpec.nullableElements()Indicates thatnullvalues can be generated for array elements.Specifies the type of array that should be generated.Adds given elements to the generated array at random positions. -
Uses of ArrayGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return ArrayGeneratorSpecModifier and TypeMethodDescription<T> ArrayGeneratorSpec<T> Generators.array()Generator for arrays.