Interface | Description |
---|---|
PropertyConverter |
Converts strings to objects and back.
|
Class | Description |
---|---|
Converter |
The converter (singleton).
|
DateConverter |
Converts strings to dates and back.
|
DefaultConverter |
Converts strings to objects and back.
|
NumberConverter |
Converts strings to numbers and back.
|
TimeConverter |
Converts strings to times and back.
|
Exception | Description |
---|---|
ConversionException |
This exception may be thrown by PropertyConverters, when an attempted
conversion fails.
|
MissingTypeException |
This exception may be thrown by
PropertyConverter s, if a conversion is
attempted without type (class). |
NoAvailableConverterException |
This exception may be thrown by
PropertyConverter s, if a conversion
is attempted for a type (class), that has no registered PropertyConverter . |
pacakge_info | |
TypeMismathException |
This exception may be thrown by
PropertyConverter s, if a conversion
is attempted on the wrong type (class). |
Error | Description |
---|---|
pacakge_info |
Copyright © 2018. All rights reserved.