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