FixedLengthDecorator
data class FixedLengthDecorator(var enabled: Boolean = DEFAULT_ENABLED, var length: Int = DEFAULT_LENGTH, var filler: String = DEFAULT_FILLER) : DecoratorScheme(source)
Forces generated strings to be exactly length characters.
Constructors
Functions
Link copied to clipboard
Returns a deep copy, retaining the uuid if and only if retainUuid is true
.
Link copied to clipboard
Validates the state, and indicates whether and why it is invalid.