public class LoaderOptions extends Object
| Constructor and Description |
|---|
LoaderOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowDuplicateKeys() |
void |
setAllowDuplicateKeys(boolean allowDuplicateKeys)
Allow/Reject duplicate map keys in the YAML file.
|
public boolean isAllowDuplicateKeys()
public void setAllowDuplicateKeys(boolean allowDuplicateKeys)
allowDuplicateKeys - false to reject duplicate mapping keysCopyright © 2008–2018. All rights reserved.