Uses of Package
org.simpleframework.xml.transform

  • Class
    Description
    The Matcher is used to match a type with a transform such that a string value can be read or written as that type.
    A Transform represents a an object used to transform an object to and from a string value.
    The Transformer object is used to convert strings to and from object instances.
  • Class
    Description
    The DateFactory object is used to create instances or subclasses of the Date object.
    The DateTransform 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.
    The DateType enumeration provides a set of known date formats supported by the date transformer.
    The DateFormat provides a synchronized means for using the simple date format object.
    The Matcher is used to match a type with a transform such that a string value can be read or written as that type.
    The StringArrayTransform 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.
    A Transform represents a an object used to transform an object to and from a string value.
    The TransformException is thrown if a problem occurs during the transformation of an object.