The org.servebox.commons.utils contains commons utilities for common operation on basic type ( String / Object / Array / Date ... )
| Class | Description | |
|---|---|---|
| ArrayUtils | The ArrayUtils utility class contains advanced array manipulation static methods. | |
| ClassUtils | ClassUtils is a class containing static methods to handle objects. | |
| DateUtils | DateUtils is a helper class with a lot of static methods to handle dates. | |
| DecoratorFactory | A decoration factory utility class. | |
| IntrospectionUtils | An intropsection utility class. | |
| NumberUtils | NumberUtils is a helper class with a lot of static methods to handle numbers. | |
| SerializationUtils | SerializationUtils contains static methods to serialize objects. | |
| StringUtils | StringUtils a helper class with a static methods to handle strings. | |
| URLUtils | The URLUtils utility class contains useful url static methods. |