Package org.simpleframework.xml.transform
-
Interface Summary Interface Description Matcher TheMatcheris used to match a type with a transform such that a string value can be read or written as that type.Transform<T> ATransformrepresents a an object used to transform an object to and from a string value. -
Class Summary Class Description RegistryMatcher TheRegistryMatcherprovides a simple matcher backed by a registry.Transformer TheTransformerobject is used to convert strings to and from object instances. -
Exception Summary Exception Description InvalidFormatException TheInvalidFormatExceptionis thrown when there is a format exception.TransformException TheTransformExceptionis thrown if a problem occurs during the transformation of an object.