Skip to content
Fredrik Jonathan Marjoni edited this page Apr 23, 2026 · 2 revisions

ParameterValidator

ParameterValidator is a utility class that provides static methods for validating various types of parameters. It includes methods for checking strings, integers, objects, and BigDecimal values to ensure they meet specific criteria such as not being null, not being blank, or being positive.