@midwayjs/coreClassesMidwayDecoratorServiceVersion: NextSur cette pageMidwayDecoratorService Index ConstructorsconstructorPropertiesapplicationContextMethodsregisterMethodHandlerregisterParameterHandlerregisterParameterPipesregisterPropertyHandlerConstructors constructornew MidwayDecoratorService(applicationContext: IMidwayContainer): MidwayDecoratorServiceProperties readonlyapplicationContextapplicationContext: IMidwayContainerMethods publicregisterMethodHandlerregisterMethodHandler(decoratorKey: string, fn: MethodHandlerFunction): voidpublicregisterParameterHandlerregisterParameterHandler(decoratorKey: string, fn: ParameterHandlerFunction): voidpublicregisterParameterPipesregisterParameterPipes(decoratorKey: string, pipes: PipeUnionTransform<any, any>[]): voidpublicregisterPropertyHandlerregisterPropertyHandler(decoratorKey: string, fn: HandlerFunction): void