Uses of Interface
org.instancio.generator.specs.OneOfCollectionSpec
Packages that use OneOfCollectionSpec
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Defines generator specs.
Provides generators for
java.util.* types.-
Uses of OneOfCollectionSpec in org.instancio
Methods in org.instancio that return OneOfCollectionSpecModifier and TypeMethodDescriptionstatic <T> OneOfCollectionSpec<T>Gen.oneOf(Collection<T> choices) Picks a random value from the given choices. -
Uses of OneOfCollectionSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return OneOfCollectionSpec -
Uses of OneOfCollectionSpec in org.instancio.internal.generator.util
Classes in org.instancio.internal.generator.util that implement OneOfCollectionSpec