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.
-
Uses of OneOfCollectionGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return OneOfCollectionGeneratorSpecModifier and TypeMethodDescriptionOneOfCollectionGeneratorSpec.nullable()Indicates thatnullvalue can be generated.OneOfCollectionGeneratorSpec.oneOf(Collection<T> values) Selects a random value from the given choices. -
Uses of OneOfCollectionGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return OneOfCollectionGeneratorSpecModifier and TypeMethodDescription<T> OneOfCollectionGeneratorSpec<T> Generators.oneOf(Collection<T> choices)