Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonSetterOptions

Decorator options for JsonSetter.

Hierarchy

Index

Properties

Optional contentNulls

contentNulls: JsonSetterNulls

Specifies action to take when input to match into content value (of an Iterable, a Map or an Object Literal) contains explicit null value to bind.

default

JsonSetterNulls.SET

Optional contextGroups

contextGroups: string[]

Property that defines whether this decorator is part of a context group or multiple groups.

Optional enabled

enabled: boolean

Property that defines whether this decorator is active or not.

default

true

Optional nulls

Specifies action to take when input contains explicit null value.

default

JsonSetterNulls.SET

Optional value

value: string

Property that defines logical property this method is used to modify ("set"); this is the property name used in JSON content.

Generated using TypeDoc