Uses of Enum
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 type with the specified name.static WhitespaceChar[]WhitespaceChar.values()Returns an array containing the constants of this enum type, in the order they are declared.