Interface | Description |
---|---|
Encryption |
Interface for an encryption implementation
|
Class | Description |
---|---|
ByteSizeVO |
Holds values a byte size in the for of a number (double) and a unit.
|
CustomPasswordEvaluator |
A custom implementation of the
PasswordEvaluator containing all possibilities I can think of. |
DefaultDirectoryValidator |
The default directory implementation of FileValidator.
|
DefaultFileValidator |
The default implementation of FileValidator.
|
DefaultPasswordEvaluator |
Default implementation of
CustomPasswordEvaluator . |
DefaultURLValidator |
Test a URL has the ability to make a connection.
|
DefaultXmlFileValidator |
The implementation of FileValidator for XML files.
|
HourIntervalsVO |
No validation, this is done in HourIntervalsPropertyType
|
HourIntervalVO |
Holds data on a hour interval from hour in a day to another hour in a day.
This means that from and to must be a number 0 <= x <= 24 and from must be less than to. No validation, this is done in HourIntervalsPropertyType. |
IPRange |
Holds an IP4 range and validate if an IP adress is inside this valid range.
|
IPRange.IPToken | |
KeyValueVO<K,V> |
A generic class that kan hold a key/value pair.
|
LatLng |
Latitude and Longitude coordinate.
|
NoURLValidator |
An empty implementation of URLValidator, where no URL validation is performed.
|
PasswordTypeVO |
PasswordTypeVO which contains a password.
|
Point2D |
A class that holds a point [x,y] as doubles.
|
Point3D |
A class that holds a point [x,y,z] as doubles.
|
RangeVO<T extends Comparable<T>> |
Holds a value range constraints of FROM and TO of type
T . |
SequenceVO |
A sequence of increment value.
|
SignedFile |
The result object of a File, which is guaranteed to have be signed correctly.
|
TimeSpan |
TimeSpan holds a long value which a millisecond timespan in an immutable value class.
|
VersionVO |
Value object which can hold version numbering data, and parse well defined string to it.
|
Enum | Description |
---|---|
LatLngFormat |
An enum for the format to generate Latitude/Longitude strings.
|