java.lang.Object
io.helidon.config.AbstractNodeBuilderImpl.MergingKey
- Enclosing class:
- AbstractNodeBuilderImpl<ID,- B> 
Internal config node key useful during internal structure building.
- 
Method Details- 
ofCreates instance of Key parsed from string representation.- Parameters:
- key- fully-qualified key
- Returns:
- new instance of Key
 
- 
firstReturns first key token.- Returns:
- first key token.
 
- 
restReturns a sub-key of the key. If the key represents a leaf node it returnsnull.- Returns:
- a sub-key of the key.
 
- 
isLeafpublic boolean isLeaf()Returnstruein case the key represents a leaf node.- Returns:
- truein case the key represents a leaf node.
 
- 
toString
 
-