validationName property

String? get validationName

If the transformation is related to a specific @NullFailure annotation, this validationName equals NullFailure.validationName.

If, in the context of an annotated super-sealed class, the transformation is related to multiple @NullFailure annotations (one in each case-modddel, excluding the case-modddels where the parameter's type (or modddelType) is already non-nullable) : If all NullFailure.validationName are the same value, then this validationName equals it. Otherwise equals null.

Implementation

String? get validationName;