Uses of Class
com.github.curiousoddman.rgxgen.config.RgxGenOption
Packages that use RgxGenOption
-
Uses of RgxGenOption in com.github.curiousoddman.rgxgen.config
Fields in com.github.curiousoddman.rgxgen.config declared as RgxGenOptionModifier and TypeFieldDescriptionstatic final RgxGenOption<Boolean>RgxGenOption.CASE_INSENSITIVEFlag to use case-insensitive matching.static final RgxGenOption<RgxGenCharsDefinition>RgxGenOption.DOT_MATCHES_ONLYChoose which characters dot pattern could generate.static final RgxGenOption<Integer>RgxGenOption.INFINITE_PATTERN_REPETITIONFor infinite patterns, such asa+,a*anda{n,}, defines limit for the repetitions.static final RgxGenOption<List<WhitespaceChar>>RgxGenOption.WHITESPACE_DEFINITIONChoose which characters \s pattern could generate.