Uses of Enum Class
com.github.curiousoddman.rgxgen.model.WhitespaceChar
Packages that use WhitespaceChar
-
Uses of WhitespaceChar in com.github.curiousoddman.rgxgen.config
Fields in com.github.curiousoddman.rgxgen.config with type parameters of type WhitespaceCharModifier and TypeFieldDescriptionstatic final RgxGenOption<List<WhitespaceChar>>RgxGenOption.WHITESPACE_DEFINITIONChoose which characters \s pattern could generate. -
Uses of WhitespaceChar in com.github.curiousoddman.rgxgen.model
Methods in com.github.curiousoddman.rgxgen.model that return WhitespaceCharModifier and TypeMethodDescriptionstatic WhitespaceCharReturns the enum constant of this class with the specified name.static WhitespaceChar[]WhitespaceChar.values()Returns an array containing the constants of this enum class, in the order they are declared.