ParamTransformation.makeNull constructor

const ParamTransformation.makeNull()

Creates a NullParamTransformation. It represents a transformation where the type of the member parameter should become 'Null'.

NB : NullParamTransformations are specific to SimpleEntities (because only they support the '@invalidParam' annotation).

Implementation

const factory ParamTransformation.makeNull() = NullParamTransformation;