| Class | Description |
|---|---|
| ArrayType |
An ArrayType.
|
| Base64Type |
Converts back and forth to byte[] objects.
|
| BeanType |
Serializes JavaBeans.
|
| BeanTypeInfo | |
| BigDecimalType |
AegisType for a BigDecimal |
| BigIntegerType |
AegisType for a BigInteger |
| BooleanType |
Aegis type for
Boolean. |
| ByteType |
SimpleSerializer
|
| CalendarType |
AegisType for the Calendar class.
|
| CharacterAsStringType | |
| CharacterType | |
| DateTimeType |
AegisType for the Date class which serializes as an xsd:dateTime.
|
| DateType |
AegisType for the Date class which serializes as an xsd:date (no time
information).
|
| DoubleType | |
| FloatType | |
| IntType |
SimpleSerializer
|
| LongType | |
| ObjectType |
AegisType for runtime inspection of types.
|
| ShortType | |
| SqlDateType |
AegisType for the java.sql.Date class which serializes as an xsd:date (no time
information).
|
| StringType | |
| TimestampType |
AegisType for the Time class which serializes to an xs:time.
|
| TimeType |
AegisType for the Time class which serializes to an xs:time.
|
| TimezoneLessDateType |
AegisType for the Date class which serializes as an xsd:date (no time
and timezone information).
|
| URIType |
AegisType for a URI |
| XMLBeanTypeInfo |
Apache CXF