Uses of Package
org.simpleframework.xml.transform
Packages that use org.simpleframework.xml.transform
-
Classes in org.simpleframework.xml.transform used by org.simpleframework.xml.coreClassDescriptionThe
Matcher
is used to match a type with a transform such that a string value can be read or written as that type.ATransform
represents a an object used to transform an object to and from a string value.TheTransformer
object is used to convert strings to and from object instances. -
Classes in org.simpleframework.xml.transform used by org.simpleframework.xml.transformClassDescriptionThe
DateFactory
object is used to create instances or subclasses of theDate
object.TheDateTransform
object is used to transform date values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheDateType
enumeration provides a set of known date formats supported by the date transformer.TheDateFormat
provides a synchronized means for using the simple date format object.TheMatcher
is used to match a type with a transform such that a string value can be read or written as that type.TheStringArrayTransform
is used to transform string arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.ATransform
represents a an object used to transform an object to and from a string value.TheTransformException
is thrown if a problem occurs during the transformation of an object.