Class NoOpScalarImpl

  • All Implemented Interfaces:
    ProcessScalar

    public class NoOpScalarImpl
    extends Object
    implements ProcessScalar
    Basic implementation of ProcessScalar that simply throws an exception for each argument. This is extended in the case that unknown values cause an exception, hence only explicitly allowed types are permitted. This is the most restrictive type of processing, cf. ProcessScalarImpl which is the least restrictive.