Const
Metadata key carrying what a handler method declared with @Validate.
@Validate
The module owns its key, which is what makes it independent: validation works whether or not a router is in play, because the declaration lives on the handler, not on a route.
Metadata key carrying what a handler method declared with
@Validate.The module owns its key, which is what makes it independent: validation works whether or not a router is in play, because the declaration lives on the handler, not on a route.