ArrayMatcher |
The ArrayMatcher object performs matching of array
types to array transforms.
|
ArrayTransform |
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.
|
AtomicIntegerTransform |
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.
|
AtomicLongTransform |
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.
|
BigDecimalTransform |
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.
|
BigIntegerTransform |
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.
|
BooleanTransform |
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.
|
ByteTransform |
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.
|
CharacterArrayTransform |
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.
|
CharacterTransform |
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.
|
ClassTransform |
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.
|
CurrencyTransform |
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 java.util.Date> |
The DateFactory object is used to create instances
or subclasses of the Date object.
|
DateTransform<T extends java.util.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.
|
DateType.DateFormat |
The DateFormat provides a synchronized means for
using the simple date format object.
|
DefaultMatcher |
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.
|
DoubleTransform |
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.
|
EmptyMatcher |
The EmptyMatcher object is used as a delegate type
that is used when no user specific matcher is specified.
|
EnumTransform |
The EnumTransform represents a transform that is
used to transform enumerations to strings and back again.
|
FileTransform |
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.
|
FloatTransform |
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.
|
GregorianCalendarTransform |
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.
|
IntegerTransform |
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.
|
LocaleTransform |
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.
|
LongTransform |
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.
|
PackageMatcher |
The PackageMatcher object is used to match the stock
transforms to Java packages.
|
PrimitiveMatcher |
The PrimitiveMatcher object is used to resolve the
primitive types to a stock transform.
|
RegistryMatcher |
The RegistryMatcher provides a simple matcher backed
by a registry.
|
ShortTransform |
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.
|
StringArrayTransform |
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.
|
StringTransform |
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.
|
TimeZoneTransform |
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.
|
Transformer |
The Transformer object is used to convert strings to
and from object instances.
|
URLTransform |
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.
|