public class ConfigurationParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigurationParser.Collector |
| Constructor and Description |
|---|
ConfigurationParser(ConfigurationProblemReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(CharSequence content,
String contentDescription,
ConfigurationParser.Collector collector) |
public ConfigurationParser(ConfigurationProblemReporter reporter)
public void parse(CharSequence content, String contentDescription, ConfigurationParser.Collector collector)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.