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) |
Function<Integer,List> |
getDefaultList() |
Function<Integer,Map> |
getDefaultMap() |
Function<Integer,Set> |
getDefaultSet() |
String |
getLabel() |
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 Integer getBufferSize()
public boolean getAllowDuplicateKeys()
public boolean getAllowRecursiveKeys()
public boolean getUseMarks()
public Function<SpecVersion,SpecVersion> getVersionFunction()
public Object getCustomProperty(SettingKey key)
Copyright © 2018–2019. All rights reserved.