Uses of Interface
org.instancio.generator.specs.EnumGeneratorSpec
Packages that use EnumGeneratorSpec
Package
Description
Defines generator specs.
Provides generators for
java.lang.* types.-
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. -
Uses of EnumGeneratorSpec in org.instancio.internal.generator.lang
Classes in org.instancio.internal.generator.lang that implement EnumGeneratorSpec