Uses of Interface
org.instancio.generator.specs.EnumGeneratorSpec
Packages that use EnumGeneratorSpec
-
Uses of EnumGeneratorSpec in org.instancio.generator.specs
Subinterfaces of EnumGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceEnumAsGeneratorSpec<E extends Enum<E>>Spec forEnumsthat supportsAsGeneratorSpec.interfaceSpec 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.