java.lang.Object
dev.orne.config.impl.AbstractConfig
dev.orne.config.impl.JsonConfigImpl
dev.orne.config.impl.YamlConfigImpl
- All Implemented Interfaces:
Config
Jackson
ObjectNode based configuration
for YAML files.- Since:
- 1.0
- Version:
- 1.0, 2025-07
- Author:
- (w) Iker Hernaez
- See Also:
-
ConfigObjectNode
-
Field Summary
Fields inherited from class dev.orne.config.impl.AbstractConfig
KEY_BLANK_ERR -
Constructor Summary
ConstructorsConstructorDescriptionYamlConfigImpl(@NotNull ConfigOptions options, @NotNull JsonConfigOptions yamlOptions) Creates a new instance. -
Method Summary
Methods inherited from class dev.orne.config.impl.JsonConfigImpl
containsInt, getInt, getJsonObject, getKeysInt, getPropertySeparator, isEmptyInt, keysFlattener, propertyToPointerMethods inherited from class dev.orne.config.impl.AbstractConfig
contains, get, getDecoder, getDecorator, getKeys, getParent, getResolver, getUndecored, isEmpty, isOverrideParentPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.orne.config.Config
as, get, get, getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getKeys, getKeys, getLong, getLong, getLong, subset
-
Constructor Details
-
YamlConfigImpl
public YamlConfigImpl(@NotNull @NotNull ConfigOptions options, @NotNull @NotNull JsonConfigOptions yamlOptions) Creates a new instance.- Parameters:
options- The configuration builder options.yamlOptions- The YAML based configuration builder options.
-