Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JsonSetterNulls

Used with JsonSetter (for properties nulls and contentNulls) to define how explicit null values from input are handled.

Index

Enumeration members

Enumeration members

FAIL

FAIL:

Value that indicates that an exception (of type that indicates input mismatch problem) is to be thrown, to indicate that null values are not accepted.

SET

SET:

Value that indicates that an input null should result in assignment of JavaScript nullvalue of matching property.

SKIP

SKIP:

Value that indicates that an input null value should be skipped and no assignment is to be made.

Generated using TypeDoc