| Interface | Description |
|---|---|
| KeySplitter |
This component is responsible for splitting a variable key.
|
| MissingValueHandler |
This component handles variable miss during interpolation of a
ValueSegment, aka variable tag. |
| Class | Description |
|---|---|
| BracketDotKeySplitter |
Enables to use bracket notation and literals in
ValueSegment keys. |
| DotKeySplitter |
A default
KeySplitter implementation which follows the dot notation. |
| NoOpMissingValueHandler |
By default a variable miss returns an empty string - i.e. no operation.
|
| ThrowingExceptionMissingValueHandler |
Throws an exception when a variable miss occurs.
|
Copyright © 2015. All Rights Reserved.