Uses of Interface
org.instancio.generator.specs.OneOfCollectionSpec
Packages that use OneOfCollectionSpec
Package
Description
Defines classes that provide access to built-in generators.
-
Uses of OneOfCollectionSpec in org.instancio.generators
Methods in org.instancio.generators that return OneOfCollectionSpecModifier and TypeMethodDescription<T> OneOfCollectionSpec<T> ValueSpecs.oneOf(Collection<T> choices) Picks a random value from the given choices.