NOTE : Extracted utils-se from https://github.com/atbashEE/atbash-utils after release of v1.2.0
Utility classes for Java SE used by Atbash and Octopus projects.
- Java SE 8 based!
- Automatic module name defined for Java 9+
- Runs on Java 8, 11, and 17 Classpath.
For Java 7 support, you can use version 0.9.3.2.
- String Utils
- Collection Utils
- Top level RuntimeException and Exception for unexpected conditions
- Proxy Utils
- Class Utils
- HEX encoding
- Reading Version from MANIFEST.MF
- Resource API
- Access properties based on names using getters and setters using
LambdaMetafactory
(nosetAccessible
and reflection)