Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JsonCreatorMode

Property that is used to indicate how argument(s) is/are bound for creator (see JsonCreator).

Index

Enumeration members

DELEGATING

DELEGATING:

Mode that indicates that if creator takes a single argument, the whole incoming data value is passed as the argument to creator.

PROPERTIES

PROPERTIES:

Mode that indicates that the argument(s) for creator are to be bound from matching properties of incoming Object value, using creator argument names (explicit or implicit) to match incoming Object properties to arguments.

PROPERTIES_OBJECT

PROPERTIES_OBJECT:

Mode that indicates that a single argument creator has properties to be bound from matching properties of incoming Object value.

Generated using TypeDoc