java.lang.Object
dev.orne.config.impl.JsonConfigOptions
dev.orne.config.impl.YamlConfigOptions
Options of Jackson
ObjectNode based configuration builder
for YAML files.- Since:
- 1.0
- Version:
- 1.0, 2025-07
- Author:
- (w) Iker Hernaez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.YamlConfigOptions(@NotNull YamlConfigOptions copy) Copy constructor. -
Method Summary
Methods inherited from class dev.orne.config.impl.JsonConfigOptions
add, getJsonObject, getMapper, getPropertySeparator, load, load, load, load, setMapper, setPropertySeparator
-
Constructor Details
-
YamlConfigOptions
public YamlConfigOptions()Empty constructor. -
YamlConfigOptions
Copy constructor.- Parameters:
copy- The instance to copy.
-