Class ParameterUtils


  • public final class ParameterUtils
    extends Object
    Provides tools to work with method parameters.
    Since:
    1.4.0
    • Method Detail

      • verifyNotNull

        public static void verifyNotNull​(String name,
                                         Object value)
        Verifies that a parameter value is not null.
        Parameters:
        name - the parameter name.
        value - the parameter value.
        Throws:
        IllegalArgumentException - if the parameter value is equal to null.
        Since:
        1.4.0