Uses of Interface
org.instancio.generator.specs.OneOfArrayGeneratorSpec
Packages that use OneOfArrayGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of OneOfArrayGeneratorSpec in org.instancio.generator.specs
Subinterfaces of OneOfArrayGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceSpec for selecting a random value from an array. -
Uses of OneOfArrayGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return OneOfArrayGeneratorSpecModifier and TypeMethodDescription<T> OneOfArrayGeneratorSpec<T> CommonGeneratorSpecs.oneOf(T... choices) Picks a random value from the given choices.<T> OneOfArrayGeneratorSpec<T> Generators.oneOf(T... choices) Picks a random value from the given choices.