Class NullParameter

  • All Implemented Interfaces:
    java.io.Serializable, Parameter

    public class NullParameter
    extends AbstractParameter
    implements java.io.Serializable
    Once in a great while, you actually want to pass in 'null' as an argument. Instead of bypassing the type checking mechanisms available in ConstantParameter, we provide a Special Type geared to marking nulls.
    Author:
    Michael Rimov
    See Also:
    Serialized Form