Snippets
Snippets / Tags
utility
3 utility code snippets across 1 language. Copy-paste solutions from production code.
3
snippets
java
3 snippetsConvert Numbers to Words in Java (Indian Numbering System)
Java utility that converts amounts to words using the Indian numbering system (Crore, Lakh, Thousand). Handles BigDecimal, decimals, and edge cases.
javautilityconverter+2
INTERMEDIATEAug 21, 2024
Environment Utility for Java
Thread-safe Java helper for reading environment variables, system properties, and profile-aware config with typed accessors and sanitised snapshots.
javaconfigurationenv+2
INTERMEDIATEOct 16, 2025
Retry Executor Utility for Java
Configurable Java retry helper for flaky operations. Supports max attempts, fixed delays, exception whitelists, result validation, and failure hooks.
javaretryresilience+2
INTERMEDIATEOct 16, 2025