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. |