| Class | Description |
|---|---|
| AbstractProperties |
Abstract base class to hold Castor configuration properties.
|
| Assert |
A helper class that defines a method used for validating the input arguments.
|
| 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=.
|
| 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.
|
| Exception | Description |
|---|---|
| PropertiesException |
PropertiesException is an unchecked exception thrown when properties can not be loaded or if
configuration property can't be converted to the requested type.
|
Copyright © 2016. All rights reserved.