Package org.simpleframework.xml.transform
package org.simpleframework.xml.transform
-
ClassDescriptionThe
ArrayMatcherobject performs matching of array types to array transforms.ThePrimitiveArrayTransformis used to transform arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.TheAtomicIntegerTransformobject is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheAtomicLongTransformobject is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheBigDecimalTransformis used to transform decimal values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheBigIntegerTransformis used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheBooleanTransformis used to transform boolean values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheByteTransformobject 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.TheCharacterArrayTransformis used to transform text values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheCharacterTransformobject transforms character values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheClassTransformobject 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.TheCurrencyTransformis 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>TheDateFactoryobject is used to create instances or subclasses of theDateobject.DateTransform<T extends Date>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.TheDefaultMatcheris a delegation object that uses several matcher implementations to correctly resolve both the stockTransformimplementations and implementations that have been overridden by the user with a custom matcher.TheDoubleTransformis used to transform double values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheEmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified.TheEnumTransformrepresents a transform that is used to transform enumerations to strings and back again.TheFileTransformobject 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.TheFloatTransformobject 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.TheDateTransformis used to transform calendar values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheIntegerTransformis used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheInvalidFormatExceptionis thrown when there is a format exception.TheLocaleTransformis used to transform locale values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheLongTransformobject 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.TheMatcheris used to match a type with a transform such that a string value can be read or written as that type.ThePackageMatcherobject is used to match the stock transforms to Java packages.ThePrimitiveMatcherobject is used to resolve the primitive types to a stock transform.TheRegistryMatcherprovides a simple matcher backed by a registry.TheShortTransformobject 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.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.TheStringTransformis used to transform strings values to and from string representations, which will be inserted in the generated XML document as the value place holder.TheTimeZoneTransformis 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>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.TheTransformExceptionis thrown if a problem occurs during the transformation of an object.TheURLTransformobject 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.