Class LoadSettings
java.lang.Object
org.snakeyaml.engine.v2.api.LoadSettings
Immutable configuration for loading. Description for all the fields can be found in the builder
-
Method Summary
Modifier and TypeMethodDescriptionstatic LoadSettingsBuilderbuilder()Create the builderbooleanbooleanintgetLabel()intbooleanboolean
-
Method Details
-
builder
Create the builder- Returns:
- the builder to fill the configuration options
-
getLabel
-
getTagConstructors
-
getDefaultList
-
getDefaultSet
-
getDefaultMap
-
getBufferSize
-
getAllowDuplicateKeys
public boolean getAllowDuplicateKeys() -
getAllowRecursiveKeys
public boolean getAllowRecursiveKeys() -
getUseMarks
public boolean getUseMarks() -
getVersionFunction
-
getCustomProperty
-
getMaxAliasesForCollections
public int getMaxAliasesForCollections() -
getEnvConfig
-
getParseComments
public boolean getParseComments() -
getCodePointLimit
public int getCodePointLimit() -
getSchema
-