Uses of Interface
org.instancio.generator.specs.EnumSetGeneratorSpec
Packages that use EnumSetGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of EnumSetGeneratorSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return EnumSetGeneratorSpecModifier and TypeMethodDescriptionSpecifies enum values to exclude from the generatedEnumSet.EnumSetGeneratorSpec.maxSize(int size) Maximum size ofEnumSetto generate.EnumSetGeneratorSpec.minSize(int size) Minimum size ofEnumSetto generate.Specifies choices from which theEnumSetwill be generated.EnumSetGeneratorSpec.size(int size) Size ofEnumSetto generate. -
Uses of EnumSetGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return EnumSetGeneratorSpecModifier and TypeMethodDescription<E extends Enum<E>>
EnumSetGeneratorSpec<E> Generator forEnumSet.