java.lang.Object
dev.orne.config.impl.AbstractConfig
dev.orne.config.impl.AbstractMutableConfig
dev.orne.config.impl.AbstractWatchableConfig
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(ConfigOptions options, 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.AbstractWatchableConfig
addListener, getEvents, notifyLocalChanges, notifyParentChanges, remove, removeListener, setMethods inherited from class dev.orne.config.impl.AbstractMutableConfig
getEncoder, removeInt, setIntMethods 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
Creates a new instance.- Parameters:
options- The configuration builder options.yamlOptions- The YAML based configuration builder options.
-