Class Summary |
AbstractProperties |
Abstract base class to hold Castor configuration properties. |
Base64Decoder |
Class decodes a Base64 encoded string back into the original byte representation
that can be read as byte array. |
Base64Encoder |
Class encodes the bytes written to the OutPutStream to a Base64 encoded string. |
CastorProperties |
Properties class holding user properties. |
CycleBreaker |
lightweight mechanism for thread-safe detection of cyclic calls to hashCode or equals in
objects created by the XML CodeGenerator. |
EnumerationIterator |
Convert an enumeration to an iterator. |
HexDecoder |
Hex encoder/decoder implementation (borrowed from BouncyCastle=. |
IdentityMap |
An IdentityMap that uses reference-equality instead of object-equality. |
IdentitySet |
An IdentitySet that uses reference-equality instead of object-equality. |
MessageKeys |
Keys of all Castor message properties. |
Messages |
I18N message formatting class. |
StringUtil |
Common functionality relate to String processing. |