@midwayjs/validateClassesParseIntPipeVersion: 3.0.0On this pageParseIntPipe HierarchyParsePipeParseIntPipeIndex ConstructorsconstructorMethodsgetSchematransformvalidatevalidateWithSchemaConstructors constructornew ParseIntPipe(): ParseIntPipeMethods getSchemagetSchema(): AnySchema<any>transformtransform(value: any, options: TransformOptions<unknown>): anyvalidatevalidate(value: any, options: TransformOptions<unknown>): anyvalidateWithSchemavalidateWithSchema(value: any, options: TransformOptions<unknown>, schema: AnySchema<any>): any