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. -
Classes in org.simpleframework.xml.transform used by org.simpleframework.xml.transformClassDescriptionThe
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.TheTransformExceptionis thrown if a problem occurs during the transformation of an object.