public class ValidPattern extends Object implements org.apache.kafka.common.config.ConfigDef.Validator
| Modifier and Type | Method and Description |
|---|---|
void |
ensureValid(String s,
Object o) |
static ValidPattern |
of(Pattern pattern) |
static ValidPattern |
of(String pattern) |
String |
toString() |
public static ValidPattern of(String pattern)
public static ValidPattern of(Pattern pattern)
public void ensureValid(String s, Object o)
ensureValid in interface org.apache.kafka.common.config.ConfigDef.ValidatorCopyright © 2016. All rights reserved.