类的使用
xyz.xiezc.ioc.starter.annotation.AnnotationHandler
-
使用AnnotationHandler的程序包 程序包 说明 xyz.xiezc.ioc.starter.annotation xyz.xiezc.ioc.starter.annotation.handler xyz.xiezc.ioc.starter.common.context xyz.xiezc.ioc.starter.common.context.impl -
-
xyz.xiezc.ioc.starter.annotation中AnnotationHandler的使用
返回变量类型为AnnotationHandler的类型的xyz.xiezc.ioc.starter.annotation中的方法 修饰符和类型 方法 说明 Class<? extends AnnotationHandler>annotatonHandler() -
xyz.xiezc.ioc.starter.annotation.handler中AnnotationHandler的使用
xyz.xiezc.ioc.starter.annotation.handler中AnnotationHandler的子类 修饰符和类型 类 说明 classAopAnnotationHandlerclassComponentAnnotationHandlerclassConfigurationAnnotationHandler被configuration 注解的方法的处理逻辑classCronAnnotationHandlerclassInitAnnotationHandlerclassInjectAnnotationHandlerclassValueAnnotationHandler -
xyz.xiezc.ioc.starter.common.context中AnnotationHandler的使用
返回AnnotationHandler的xyz.xiezc.ioc.starter.common.context中的方法 修饰符和类型 方法 说明 <T extends Annotation>
AnnotationHandler<T>AnnotationContext. getAnnotationAnnotationHandler(Class<?> clazz)获取一个注解上面的注解处理器 注解的注解的处理器<T extends Annotation>
AnnotationHandler<T>AnnotationContext. getClassAnnotationHandler(Class<T> clazz)获取一个Class上面的注解处理器<T extends Annotation>
AnnotationHandler<T>AnnotationContext. getFieldAnnotationHandler(Class<T> clazz)获取一个Field上面的注解处理器<T extends Annotation>
AnnotationHandler<T>AnnotationContext. getMethodAnnotationHandler(Class<T> clazz)获取一个Method上面的注解处理器<T extends Annotation>
AnnotationHandler<T>AnnotationContext. getParameterAnnotationHandler(Class<T> clazz)获取一个方法参数 parameter上面的注解处理器参数类型为AnnotationHandler的xyz.xiezc.ioc.starter.common.context中的方法 修饰符和类型 方法 说明 <T extends Annotation>
voidAnnotationContext. addAnnotationHandler(AnnotationHandler<T> annotationHandler)添加一个注解处理器 -
xyz.xiezc.ioc.starter.common.context.impl中AnnotationHandler的使用
类型参数类型为AnnotationHandler的xyz.xiezc.ioc.starter.common.context.impl中的字段 修饰符和类型 字段 说明 Map<Class<? extends Annotation>,AnnotationHandler>AnnotationContextUtil. annoAndHandlerMap作用于注解上面的注解Map<Class<? extends Annotation>,AnnotationHandler>AnnotationContextUtil. classAnnoAndHandlerMap作用于类上面的注解Map<Class<? extends Annotation>,AnnotationHandler>AnnotationContextUtil. fieldAnnoAndHandlerMap作用于字段上面的注解Map<Class<? extends Annotation>,AnnotationHandler>AnnotationContextUtil. methodAnnoAndHandlerMap作用于方法上面的注解Map<Class<? extends Annotation>,AnnotationHandler>AnnotationContextUtil. parameterAnnoAndHandlerMap作用于参数上面的注解返回AnnotationHandler的xyz.xiezc.ioc.starter.common.context.impl中的方法 修饰符和类型 方法 说明 <T extends Annotation>
AnnotationHandler<T>AnnotationContextUtil. getAnnotationAnnotationHandler(Class<?> clazz)<T extends Annotation>
AnnotationHandler<T>AnnotationContextUtil. getClassAnnotationHandler(Class<T> clazz)<T extends Annotation>
AnnotationHandler<T>AnnotationContextUtil. getFieldAnnotationHandler(Class<T> clazz)<T extends Annotation>
AnnotationHandler<T>AnnotationContextUtil. getMethodAnnotationHandler(Class<T> clazz)<T extends Annotation>
AnnotationHandler<T>AnnotationContextUtil. getParameterAnnotationHandler(Class<T> clazz)参数类型为AnnotationHandler的xyz.xiezc.ioc.starter.common.context.impl中的方法 修饰符和类型 方法 说明 <T extends Annotation>
voidAnnotationContextUtil. addAnnotationHandler(AnnotationHandler<T> annotationHandler)增加一个注解处理器
-