Uses of Interface
org.instancio.generator.specs.TextPatternSpec
Packages that use TextPatternSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of TextPatternSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return TextPatternSpecModifier and TypeMethodDescriptionTextPatternSpec.allowEmpty()Indicates that an empty string can be generated.TextPatternSpec.nullable()Specifies that anullvalue can be generated -
Uses of TextPatternSpec in org.instancio.generators
Methods in org.instancio.generators that return TextPatternSpecModifier and TypeMethodDescriptionGenerates a random string based on the specified pattern template.