Uses of Interface
org.instancio.generator.specs.OneOfCollectionGeneratorSpec
Packages that use OneOfCollectionGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
Provides generators for
java.util.* types.-
Uses of OneOfCollectionGeneratorSpec in org.instancio.generator.specs
Subinterfaces of OneOfCollectionGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceSpec for selecting a random value from a collection. -
Uses of OneOfCollectionGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return OneOfCollectionGeneratorSpecModifier and TypeMethodDescriptionfinal <T> OneOfCollectionGeneratorSpec<T>Generators.oneOf(Collection<T> choices) Picks a random value from the given choices. -
Uses of OneOfCollectionGeneratorSpec in org.instancio.internal.generator.util
Classes in org.instancio.internal.generator.util that implement OneOfCollectionGeneratorSpec