| Interface | Description |
|---|---|
| DatesProvider |
Interface which providing functions to access the popular dates.
|
| UniqueCodeGenerator |
Provides functionality to unique code generation.
|
| Class | Description |
|---|---|
| AlphanumericUniqueCodeGenerator |
Code generator which generates alphanumeric codes.
|
| AlphanumericUniqueCodeGenerator.Builder |
Builder object.
|
| CsvUtils |
Class which contains utility methods to work with CSV files.
|
| Dates |
Class with utility methods for work with dates and times.
|
| DefaultDatesProvider |
Default implementation of the dates provider.
|
| DefaultDatesProvider.Builder |
Builder object.
|
| DomainUtils |
Contains static method which simplifies the manipulation with domain objects.
|
| JSONUtils |
Utilities to work with JSON.
|
| PropertyStringComparator |
Comparator for strings in the property files.
|
| StringMapCodec |
Utility class for encoding / decoding objects to / from the string maps.
|
| StringParser |
Utility class which allows to parse strings.
|
| UUIDUniqueCodeGenerator |
Code generator which generates UUID in the string formats.
|
| UUIDUniqueCodeGenerator.Builder |
Builder object.
|
| ValidationUtils |
This class contains the static methods which simplifies the validation of the
simple fields and properties.
|
| Enum | Description |
|---|---|
| DayOfWeek |
Enumerates all days during the week.
|
| Month |
Enumerates all months of the year in the Gregorian calendar.
|
Copyright © 2016. All rights reserved.