Package org.simpleframework.xml.transform
package org.simpleframework.xml.transform
-
ClassDescriptionThe
ArrayMatcher
object performs matching of array types to array transforms.ThePrimitiveArrayTransform
is used to transform arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.TheAtomicIntegerTransform
object is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheAtomicLongTransform
object is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheBigDecimalTransform
is used to transform decimal values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheBigIntegerTransform
is used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheBooleanTransform
is used to transform boolean values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheByteTransform
object is used to transform byte values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheCharacterArrayTransform
is used to transform text values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheCharacterTransform
object transforms character values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheClassTransform
object is used to transform class values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheCurrencyTransform
is used to transform currency values to and from string representations, which will be inserted in the generated XML document as the value place holder.DateFactory<T extends Date>TheDateFactory
object is used to create instances or subclasses of theDate
object.DateTransform<T extends Date>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.TheDefaultMatcher
is a delegation object that uses several matcher implementations to correctly resolve both the stockTransform
implementations and implementations that have been overridden by the user with a custom matcher.TheDoubleTransform
is used to transform double values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheEmptyMatcher
object is used as a delegate type that is used when no user specific matcher is specified.TheEnumTransform
represents a transform that is used to transform enumerations to strings and back again.TheFileTransform
object is used to transform file paths to and from string representations, which will be inserted in the generated XML document as the value place holder.TheFloatTransform
object is used to transform float values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheDateTransform
is used to transform calendar values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheIntegerTransform
is used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheInvalidFormatException
is thrown when there is a format exception.TheLocaleTransform
is used to transform locale values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheLongTransform
object is used to transform long values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheMatcher
is used to match a type with a transform such that a string value can be read or written as that type.ThePackageMatcher
object is used to match the stock transforms to Java packages.ThePrimitiveMatcher
object is used to resolve the primitive types to a stock transform.TheRegistryMatcher
provides a simple matcher backed by a registry.TheShortTransform
object is used to transform short values to and from string representations, which will be inserted in the generated XML document as the value place holder.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.TheStringTransform
is used to transform strings values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheTimeZoneTransform
is used to transform time zone values to and from string representations, which will be inserted in the generated XML document as the value place holder.Transform<T>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.TheTransformException
is thrown if a problem occurs during the transformation of an object.TheURLTransform
object is used to transform URL values to and from string representations, which will be inserted in the generated XML document as the value place holder.