$skipOnNull public property
Whether to skip typecasting of null values. If enabled attribute value which equals to null will not be type-casted (e.g. null remains null), otherwise it will be converted according to the type configured at $attributeTypes.
public boolean $skipOnNull = true
Please login to continue.