public static interface ConfigurationParser.Collector
Modifier and Type | Method and Description |
---|---|
void |
add(ConfigurationKey<?> key,
java.lang.Object value,
java.lang.String contentDescription,
int lineNumber) |
void |
clear(ConfigurationKey<?> key,
java.lang.String contentDescription,
int lineNumber) |
void |
remove(ConfigurationKey<?> key,
java.lang.Object value,
java.lang.String contentDescription,
int lineNumber) |
void |
set(ConfigurationKey<?> key,
java.lang.Object value,
java.lang.String contentDescription,
int lineNumber) |
void clear(ConfigurationKey<?> key, java.lang.String contentDescription, int lineNumber)
void set(ConfigurationKey<?> key, java.lang.Object value, java.lang.String contentDescription, int lineNumber)
void add(ConfigurationKey<?> key, java.lang.Object value, java.lang.String contentDescription, int lineNumber)
void remove(ConfigurationKey<?> key, java.lang.Object value, java.lang.String contentDescription, int lineNumber)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.