See: Description
| Interface | Description |
|---|---|
| Matcher |
The
Matcher is used to match a type with a transform
such that a string value can be read or written as that type. |
| Transform<T> |
A
Transform represents a an object used to transform
an object to and from a string value. |
| Class | Description |
|---|---|
| RegistryMatcher |
The
RegistryMatcher provides a simple matcher backed
by a registry. |
| Transformer |
The
Transformer object is used to convert strings to
and from object instances. |
| Exception | Description |
|---|---|
| InvalidFormatException |
The
InvalidFormatException is thrown when there is
a format exception. |
| TransformException |
The
TransformException is thrown if a problem occurs
during the transformation of an object. |
java.util.Date, this can be converted in to a
date string usable within an XML attribute or in an XML element text
value. Other types can also be transformed such as Java enums and
primitives and if desired custom transforms can be implemented.org.simpleframework.xml.core