Package ru.tinkoff.kora.config.common
Interface ConfigValuePath
- All Known Implementing Classes:
SimpleConfigValuePath
public interface ConfigValuePath
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigValuePathchild(int index) default ConfigValuePathdefault ConfigValuePathchild(PathElement path) last()static ConfigValuePathprev()static ConfigValuePathroot()
-
Field Details
-
ROOT
-
ARRAY_ELEMENT_PATTERN
-
-
Method Details
-
last
PathElement last() -
prev
ConfigValuePath prev() -
root
-
child
-
child
-
child
-
parse
-