Non-entity value that must be supplied to a collector from the operation
context instead of the request body.
Some Create DTOs intentionally omit persistence-only scalar columns whose
values are known by the route or authorization workflow. For example, a
polymorphic vote collector may need targetType and targetId even though
the request body only contains the vote direction. These inputs become
ordinary scalar parameters in collect() and must be supplied by operation
collectorCall expressions.
Non-entity value that must be supplied to a collector from the operation context instead of the request body.
Some Create DTOs intentionally omit persistence-only scalar columns whose values are known by the route or authorization workflow. For example, a polymorphic vote collector may need
targetTypeandtargetIdeven though the request body only contains the vote direction. These inputs become ordinary scalar parameters incollect()and must be supplied by operationcollectorCallexpressions.Author
Samchon