Annotation Type Regex
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface RegexAnnotation version of addingRegexPreprocessoras a preprocessor usingCommandArgument.addPreprocessor(BiFunction)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description @NonNull java.lang.StringvalueRegular expression pattern
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description @NonNull java.lang.StringfailureCaptionKey for the caption used to generate the failure exception.
-