(cb: IParseHandler, data?: any)
| 14 | * @Throws InvalidArgumentException |
| 15 | */ |
| 16 | export function Parse(cb: IParseHandler, data?: any) |
| 17 | : (target: any, propertyKey: string, parameterIndex: number) => void { |
| 18 | return AttributeMetadata.parse(cb, data, false); |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * Decorate on Action Parameters to validate and transform the query parameters |
no outgoing calls