Uses of Class
org.instancio.internal.generator.lang.StringGenerator
Packages that use StringGenerator
Package
Description
Provides generators for
java.lang.* types.-
Uses of StringGenerator in org.instancio.internal.generator.lang
Methods in org.instancio.internal.generator.lang that return StringGeneratorModifier and TypeMethodDescriptionStringGenerator.allowEmpty()StringGenerator.alphaNumeric()StringGenerator.digits()StringGenerator.hex()StringGenerator.length(int length) StringGenerator.length(int minLength, int maxLength) StringGenerator.lowerCase()StringGenerator.maxLength(int length) StringGenerator.minLength(int length) StringGenerator.mixedCase()StringGenerator.nullable()StringGenerator.nullable(boolean isNullable) StringGenerator.upperCase()