public class ConfigurationParser
extends java.lang.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(java.lang.CharSequence content,
java.lang.String contentDescription,
ConfigurationParser.Collector collector) |
public ConfigurationParser(ConfigurationProblemReporter reporter)
public void parse(java.lang.CharSequence content, java.lang.String contentDescription, ConfigurationParser.Collector collector)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.