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