Uses of Class
io.helidon.config.AbstractNodeBuilderImpl.MergingKey
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of AbstractNodeBuilderImpl.MergingKey in io.helidon.config
Modifier and TypeMethodDescriptionCreates instance of Key parsed from string representation.AbstractNodeBuilderImpl.MergingKey.rest()
Returns a sub-key of the key.Modifier and TypeMethodDescriptionprotected B
AbstractNodeBuilderImpl.deepMerge
(AbstractNodeBuilderImpl.MergingKey key, MergeableNode node) Applies deep merging through whole structure.protected abstract ID
AbstractNodeBuilderImpl.id
(AbstractNodeBuilderImpl.MergingKey key) Returns id computed from key.protected Integer
ListNodeBuilderImpl.id
(AbstractNodeBuilderImpl.MergingKey key) protected String
ObjectNodeBuilderImpl.id
(AbstractNodeBuilderImpl.MergingKey key)