| Interface | Description |
|---|---|
| Converter |
| Class | Description |
|---|---|
| DelegatingConverter |
A converter that delegates to one or more converters.
|
| StandardConverters |
| Enum | Description |
|---|---|
| StandardConverters.ConstructorParameterConverter |
A
Converter that will convert to the target type by creating a new instance
of the target type using the source, or a conversion of the source, as the argument
that's passed to the target type's constructor. |
| StandardConverters.StringToNumberConverter | |
| StandardConverters.ToStringConverter |
A
Converter that will convert any Object to a String by
calling its toString method. |
| Exception | Description |
|---|---|
| ConversionFailedException |