| Package | Description |
|---|---|
| org.raml.yagi.framework.grammar | |
| org.raml.yagi.framework.grammar.rule |
| Modifier and Type | Method and Description |
|---|---|
RegexValueRule |
BaseGrammar.regex(Pattern pattern)
Matches any value that is accepted by the regex pattern
|
RegexValueRule |
BaseGrammar.regex(String pattern)
Matches any value that is accepted by the regex pattern
|
| Modifier and Type | Method and Description |
|---|---|
RegexValueRule |
RegexValueRule.description(String description) |
RegexValueRule |
RegexValueRule.fullMatch(boolean fullMatch) |
RegexValueRule |
RegexValueRule.label(String value) |
RegexValueRule |
RegexValueRule.suggest(String value) |
Copyright © 2017. All rights reserved.