(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
EnumTransform |
The EnumTransform represents a transform that is
used to transform enumerations to strings and back again.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|
(package private) class |
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.
|