Uses of Interface
org.instancio.generator.specs.TextPatternGeneratorSpec
Packages that use TextPatternGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of TextPatternGeneratorSpec in org.instancio.generator.specs
Subinterfaces of TextPatternGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceSpec for generating strings based on a pattern.Methods in org.instancio.generator.specs that return TextPatternGeneratorSpecModifier and TypeMethodDescriptionTextPatternGeneratorSpec.allowEmpty()Indicates that an empty string can be generated.TextPatternGeneratorSpec.nullable()Indicates thatnullvalue can be generated. -
Uses of TextPatternGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return TextPatternGeneratorSpecModifier and TypeMethodDescriptionGenerates a random string based on the specified pattern template.