public interface PatternPrism
-
Method Details
-
regexp
String regexp()- Returns:
- the regular expression to match
-
flags
- Returns:
- array of
RegexFlags considered when resolving the regular expression
-
message
String message()- Returns:
- the error message template
-
groups
List<TypeMirror> groups()- Returns:
- the error message template
-
isInstance
-
isPresent
-