Interface NullTypeBindableParameterRegistration<T>

    • Method Detail

      • bindNullValue

        void bindNullValue​(java.lang.Class<?> nullParameterType)
        If bindable, bind a null value using the provided parameter type. This method is only valid if Parameter.getParameterType() returns null.
        Parameters:
        nullParameterType - the Java type to be used for binding the null value; must be non-null.
        Throws:
        java.lang.IllegalArgumentException - parameterType is null or if Parameter.getParameterType() does not return null.