public final class LoadSettings extends Object
| Modifier and Type | Method and Description |
|---|---|
static LoadSettingsBuilder |
builder() |
boolean |
getAllowDuplicateKeys() |
boolean |
getAllowRecursiveKeys() |
Integer |
getBufferSize() |
Object |
getCustomProperty(SettingKey key) |
IntFunction<List> |
getDefaultList() |
IntFunction<Map> |
getDefaultMap() |
IntFunction<Set> |
getDefaultSet() |
Optional<EnvConfig> |
getEnvConfig() |
String |
getLabel() |
int |
getMaxAliasesForCollections() |
boolean |
getParseComments() |
ScalarResolver |
getScalarResolver() |
Map<Tag,ConstructNode> |
getTagConstructors() |
boolean |
getUseMarks() |
Function<SpecVersion,SpecVersion> |
getVersionFunction() |
public static final LoadSettingsBuilder builder()
public String getLabel()
public Map<Tag,ConstructNode> getTagConstructors()
public ScalarResolver getScalarResolver()
public IntFunction<List> getDefaultList()
public IntFunction<Set> getDefaultSet()
public IntFunction<Map> getDefaultMap()
public Integer getBufferSize()
public boolean getAllowDuplicateKeys()
public boolean getAllowRecursiveKeys()
public boolean getUseMarks()
public Function<SpecVersion,SpecVersion> getVersionFunction()
public Object getCustomProperty(SettingKey key)
public int getMaxAliasesForCollections()
public boolean getParseComments()
Copyright © 2018–2022. All rights reserved.