Package org.simpleframework.xml.transform


package org.simpleframework.xml.transform
  • Class
    Description
    The ArrayMatcher object performs matching of array types to array transforms.
    The PrimitiveArrayTransform is used to transform arrays to and from string representations, which will be inserted in the generated XML document as the value place holder.
    The AtomicIntegerTransform 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.
    The AtomicLongTransform 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.
    The BigDecimalTransform 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.
    The BigIntegerTransform 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.
    The BooleanTransform 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.
    The ByteTransform 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.
    The CharacterArrayTransform 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.
    The CharacterTransform object transforms character values to and from string representations, which will be inserted in the generated XML document as the value place holder.
    The ClassTransform 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.
    The CurrencyTransform 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>
    The DateFactory object is used to create instances or subclasses of the Date object.
    DateTransform<T extends Date>
    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 DefaultMatcher is a delegation object that uses several matcher implementations to correctly resolve both the stock Transform implementations and implementations that have been overridden by the user with a custom matcher.
    The DoubleTransform 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.
    The EmptyMatcher object is used as a delegate type that is used when no user specific matcher is specified.
    The EnumTransform represents a transform that is used to transform enumerations to strings and back again.
    The FileTransform 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.
    The FloatTransform 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.
    The DateTransform 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.
    The IntegerTransform 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.
    The InvalidFormatException is thrown when there is a format exception.
    The LocaleTransform 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.
    The LongTransform 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.
    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 PackageMatcher object is used to match the stock transforms to Java packages.
    The PrimitiveMatcher object is used to resolve the primitive types to a stock transform.
    The RegistryMatcher provides a simple matcher backed by a registry.
    The ShortTransform 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.
    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.
    The StringTransform 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.
    The TimeZoneTransform 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.
    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.
    The TransformException is thrown if a problem occurs during the transformation of an object.
    The URLTransform 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.