Uses of Interface
org.instancio.generator.specs.StringSpec
Packages that use StringSpec
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Defines generator specs.
-
Uses of StringSpec in org.instancio
Methods in org.instancio that return StringSpec -
Uses of StringSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return StringSpecModifier and TypeMethodDescriptionStringSpec.allowEmpty()StringSpec.allowEmpty(boolean isAllowed) StringSpec.alphaNumeric()StringSpec.digits()StringSpec.hex()Generates a hexadecimal string, upper case by default.StringSpec.length(int length) StringSpec.length(int minLength, int maxLength) StringSpec.lowerCase()StringSpec.maxLength(int length) StringSpec.minLength(int length) StringSpec.mixedCase()StringSpec.nullable()StringSpec.upperCase()