Uses of Class
be.sddevelopment.commons.annotations.Utility
-
Packages that use Utility Package Description be.sddevelopment.commons.access be.sddevelopment.commons.exceptions When working with external/JDK libraries, the checked exceptions they throw sometimes prevent you from writing the code you want.be.sddevelopment.commons.testing Description of file/class -
-
Uses of Utility in be.sddevelopment.commons.access
Classes in be.sddevelopment.commons.access with annotations of type Utility Modifier and Type Class Description class
AccessProtectionUtils
Shortcodes for class access restrictions and common error codes -
Uses of Utility in be.sddevelopment.commons.exceptions
Classes in be.sddevelopment.commons.exceptions with annotations of type Utility Modifier and Type Class Description class
ExceptionSuppressor
When using functional programming techniques in java 8+, a common issue is the inability to chain operations using method references if those called methods throw a checked exception. -
Uses of Utility in be.sddevelopment.commons.testing
Classes in be.sddevelopment.commons.testing with annotations of type Utility Modifier and Type Class Description class
ReflectionAssertionUtils
Description of file/classclass
TextualAssertions
Description of file/class
-