@Retention(value=RUNTIME) @Target(value=FIELD) @Repeatable(value=StringRules.class) public @interface StringRule
| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_REGEXP |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
chars |
Class<?> |
generatedType |
String |
group |
int |
maxLength |
int |
minLength |
String |
regexp |
RuleRemark |
ruleRemark |
String[] |
words |
public static final String DEFAULT_REGEXP
public abstract String[] words
public abstract String chars
public abstract RuleRemark ruleRemark
public abstract String group
public abstract String regexp
public abstract Class<?> generatedType
Copyright © 2022. All rights reserved.