类的使用
xyz.xiezc.ioc.starter.common.definition.MethodDefinition
-
使用MethodDefinition的程序包 程序包 说明 xyz.xiezc.ioc.starter.annotation xyz.xiezc.ioc.starter.annotation.handler xyz.xiezc.ioc.starter.common.create -
-
xyz.xiezc.ioc.starter.annotation中MethodDefinition的使用
返回MethodDefinition的xyz.xiezc.ioc.starter.annotation中的方法 修饰符和类型 方法 说明 protected MethodDefinitionAnnotationHandler. dealMethodDefinition(Method method, BeanDefinition beanDefinition, AnnotationContext annotationContext)参数类型为MethodDefinition的xyz.xiezc.ioc.starter.annotation中的方法 修饰符和类型 方法 说明 abstract voidAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation annotation, BeanDefinition beanDefinition)如果是方法注解,则会调用这个方法来处理 -
xyz.xiezc.ioc.starter.annotation.handler中MethodDefinition的使用
参数类型为MethodDefinition的xyz.xiezc.ioc.starter.annotation.handler中的方法 修饰符和类型 方法 说明 voidAopAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation annotation, BeanDefinition beanDefinition)voidComponentAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation annotation, BeanDefinition beanSignature)处理Component 注解的方法voidConfigurationAnnotationHandler. processMethod(MethodDefinition method, Annotation annotation, BeanDefinition beanSignature)voidCronAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation annotation, BeanDefinition beanDefinition)voidInitAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation init, BeanDefinition beanDefinition)voidInjectAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation annotation, BeanDefinition beanDefinition)voidValueAnnotationHandler. processMethod(MethodDefinition methodDefinition, Annotation annotation, BeanDefinition beanDefinition) -
xyz.xiezc.ioc.starter.common.create中MethodDefinition的使用
参数类型为MethodDefinition的xyz.xiezc.ioc.starter.common.create中的方法 修饰符和类型 方法 说明 protected voidBeanCreateStrategy. checkInitMethod(MethodDefinition methodDefinition)校验init方法
-