Uses of Interface
org.instancio.generator.specs.EnumGeneratorSpec
Packages that use EnumGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of EnumGeneratorSpec in org.instancio.generator.specs
Subinterfaces of EnumGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceSpec for generating enums.Methods in org.instancio.generator.specs that return EnumGeneratorSpecModifier and TypeMethodDescriptionGenerate an enum while excluding the specified values.EnumGeneratorSpec.nullable()Indicates thatnullvalue can be generated. -
Uses of EnumGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return EnumGeneratorSpecModifier and TypeMethodDescription<E extends Enum<E>>
EnumGeneratorSpec<E> Generator for enum values.<E extends Enum<E>>
EnumGeneratorSpec<E> Generator for enum values.