| AttributeUtility |
A utility class for handling attribute-related operations.
|
| JsonUtility |
A utility class for working with JSON.
|
| ReflectionUtility |
A utility class for finding all classes within a given package.
|
| TypeUtility |
A utility class for retrieving the type name from various sources.
|
| UUIDManager |
Manages reserved UUIDs and provides validation and generation of valid UUIDs.
|
| UUIDUtility |
A utility class for handling UUIDs.
|
| Version |
A class representing and validating a version in the following format X.X.X (Major.Minor.Revision)
Each part is an integer with no trailing zeros (e.g 1 and not 01).
|