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