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
Matcheris used to match a type with a transform such that a string value can be read or written as that type.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. -
Classes in org.simpleframework.xml.transform used by org.simpleframework.xml.transformClassDescriptionThe
DateFactoryobject is used to create instances or subclasses of theDateobject.TheDateTransformobject 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.TheDateTypeenumeration provides a set of known date formats supported by the date transformer.TheDateFormatprovides a synchronized means for using the simple date format object.TheMatcheris used to match a type with a transform such that a string value can be read or written as that type.TheStringArrayTransformis used to transform string arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.ATransformrepresents a an object used to transform an object to and from a string value.TheTransformExceptionis thrown if a problem occurs during the transformation of an object.