Package-level declarations
Decorator for forcing values to a specified length.
Types
Link copied to clipboard
data class FixedLengthDecorator(var enabled: Boolean = DEFAULT_ENABLED, var length: Int = DEFAULT_LENGTH, var filler: String = DEFAULT_FILLER) : DecoratorScheme
Forces generated strings to be exactly length characters.
Link copied to clipboard
Component for editing a FixedLengthDecorator.