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