Interface | Description |
---|---|
Converter |
A class that can convert instances to different classes.
|
Class | Description |
---|---|
AbstractConverter |
An abstract class for converter classes.
|
BaseConverter |
A converter that has a basic converting methods.
|
ConvertToken<I,O> |
A conversion instance that holds the variables of a conversion.
|
Exception | Description |
---|---|
CloneException |
Thrown to indicate that the code has attempted to clone an object which it can't be cloned.
|
ConvertException |
Thrown to indicate that the code has attempted to convert an object to a class of which it can't be converted to.
|
Annotation Type | Description |
---|---|
ConvertMethod |
Navigate the
AbstractConverter class that the annotated method is a converting method. |