| Interface | Description |
|---|---|
| IValueConverter<Type> |
A
ValueConverter is used to create a semantic value from
an input string or node and vice versa. |
| IValueConverter.RuleSpecific |
Value converters that rely on information about the actual rule
that is converted, may implement this interface.
|
| IValueConverterService | |
| IValueConverterService.Introspectable |
Extension interface to the value converter service.
|
| Exception | Description |
|---|---|
| ValueConverterException |
A
ValueConverterException indicates an input string or node that cannot be
converted to a semantic value. |
| ValueConverterWithValueException |
A value converter exception that carries the value around, that was
recoverable from a badly formatted string or erroneous node.
|
| Annotation Type | Description |
|---|---|
| ValueConverter |