public class LoaderOptions extends Object
| Constructor | Description |
|---|---|
LoaderOptions() |
| Modifier and Type | Method | 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.