public class BasicRuleFactory extends Object
| Constructor and Description |
|---|
BasicRuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static NullValueRule |
nullValue() |
static KeyValueRule |
patternProperty(String key,
Rule value) |
static KeyValueRule |
property(String key,
Rule value) |
static RegexValueRule |
regexValue(String value) |
static StringValueRule |
stringValue(String value) |
public static StringValueRule stringValue(String value)
public static RegexValueRule regexValue(String value)
public static NullValueRule nullValue()
public static KeyValueRule property(String key, Rule value)
public static KeyValueRule patternProperty(String key, Rule value)
Copyright © 2018. All rights reserved.